Package com.atlassian.confluence.macro.params

Interface Summary
Parameter<T> Provides a way to retrieve more complex values from macro parameters.
 

Class Summary
BaseParameter<T> A base implementation of Parameter, providing support for multiple default parameter names, and a default value if no parameter is specified.
MaxResultsParameter Parameter that resolves an Integer as the maximum number of results to return to a query.
SearchSortParameter Parameter that resolves a SearchSort instance from parameters named "sort" and "reverse".
 

Enum Summary
SortType Types of sorts supported by SearchSortParameter.
 

Exception Summary
ParameterException Thrown when there is a problem while processing a parameter.
 



Copyright © 2003-2011 Atlassian. All Rights Reserved.