Package org.opencms.jsp.search.config
Interface I_CmsSearchConfigurationSorting
- All Known Implementing Classes:
CmsSearchConfigurationSorting
public interface I_CmsSearchConfigurationSorting
The interface a sort configuration must implement.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the sort configuration that is used as default.Returns the configurations of all available sort options.Returns the request parameter that should be used to send the currently chosen sort option.
-
Method Details
-
getDefaultSortOption
Returns the sort configuration that is used as default.- Returns:
- The sort configuration that is used as default.
-
getSortOptions
Returns the configurations of all available sort options.- Returns:
- The configurations of all available sort options.
-
getSortParam
Returns the request parameter that should be used to send the currently chosen sort option.- Returns:
- The request parameter that should be used to send the currently chosen sort option.
-