Class SearchSortParameter
java.lang.Object
com.atlassian.confluence.macro.params.BaseParameter<SearchSort>
com.atlassian.confluence.macro.params.SearchSortParameter
- All Implemented Interfaces:
 Parameter<SearchSort>
Parameter that resolves a 
SearchSort instance from parameters named
 "sort" and "reverse".- 
Field Summary
Fields inherited from class com.atlassian.confluence.macro.params.BaseParameter
shouldValidate - 
Constructor Summary
ConstructorsConstructorDescriptionSearchSortParameter(String defaultValue) SearchSortParameter(List<String> names, String defaultValue)  - 
Method Summary
Modifier and TypeMethodDescriptionprotected SearchSortfindObject(String paramValue, MacroExecutionContext ctx) Responsible for converting a macro parameter string value to its proper object representation (say "1" to new Integer(1))Methods inherited from class com.atlassian.confluence.macro.params.BaseParameter
addParameterAlias, findValue, getDefaultValue, getParameter, getParameterValue, setDefaultValue, setParameterNames, setValidate 
- 
Constructor Details
- 
SearchSortParameter
public SearchSortParameter() - 
SearchSortParameter
 - 
SearchSortParameter
 
 - 
 - 
Method Details
- 
findObject
protected SearchSort findObject(String paramValue, MacroExecutionContext ctx) throws ParameterException Description copied from class:BaseParameterResponsible for converting a macro parameter string value to its proper object representation (say "1" to new Integer(1))- Specified by:
 findObjectin classBaseParameter<SearchSort>- Throws:
 ParameterException
 
 -