Package com.atlassian.confluence.macro.params
-
Interface Summary Interface Description Parameter<T> Provides a way to retrieve more complex values from macro parameters. -
Class Summary Class Description BaseParameter<T> A base implementation ofParameter
, providing support for multiple default parameter names, and a default value if no parameter is specified.MacroParamUtils Utility methods for macro parametersMaxResultsParameter Parameter that resolves anInteger
as the maximum number of results to return to a query.SearchSortParameter Parameter that resolves aSearchSort
instance from parameters named "sort" and "reverse". -
Enum Summary Enum Description SortType Types of sorts supported bySearchSortParameter
. -
Exception Summary Exception Description ParameterException Thrown when there is a problem while processing a parameter.