public class

SearchSortParameter

extends BaseParameter<T>
java.lang.Object
   ↳ com.atlassian.confluence.macro.params.BaseParameter<T>
     ↳ com.atlassian.confluence.macro.params.SearchSortParameter

Class Overview

Parameter that resolves a SearchSort instance from parameters named "sort" and "reverse".

Summary

[Expand]
Inherited Fields
From class com.atlassian.confluence.macro.params.BaseParameter
Public Constructors
SearchSortParameter()
SearchSortParameter(String defaultValue)
Protected Methods
SearchSort findObject(String paramValue, MacroExecutionContext ctx)
Responsible for converting a macro parameter string value to its proper object representation (say "1" to new Integer(1))
[Expand]
Inherited Methods
From class com.atlassian.confluence.macro.params.BaseParameter
From class java.lang.Object
From interface com.atlassian.confluence.macro.params.Parameter

Public Constructors

public SearchSortParameter ()

public SearchSortParameter (String defaultValue)

Protected Methods

protected SearchSort findObject (String paramValue, MacroExecutionContext ctx)

Responsible for converting a macro parameter string value to its proper object representation (say "1" to new Integer(1))