Interface I_CmsSearchControllerPagination
- All Superinterfaces:
I_CmsSearchController
- All Known Implementing Classes:
CmsSearchControllerPagination
Interface to get controllers state and configuration - version for pagination.
-
Field Summary
Fields inherited from interface org.opencms.jsp.search.controller.I_CmsSearchController
SET_VARIABLES
-
Method Summary
Modifier and TypeMethodDescriptionReturns the configuration.int
Returns the size of the current page.int
Returns the first item to show on the current page.getState()
Returns the state.Methods inherited from interface org.opencms.jsp.search.controller.I_CmsSearchController
addParametersForCurrentState, addQueryParts, addQueryParts, updateForQueryChange, updateFromRequestParameters
-
Method Details
-
getConfig
Returns the configuration.- Returns:
- The configuration.
-
getCurrentPageSize
int getCurrentPageSize()Returns the size of the current page.- Returns:
- the size of the current page.
-
getCurrentPageStart
int getCurrentPageStart()Returns the first item to show on the current page.- Returns:
- the first item to show on the current page.
-
getState
Returns the state.- Returns:
- The state.
-