Interface I_CmsSearchControllerMain
- All Superinterfaces:
I_CmsSearchController
- All Known Implementing Classes:
CmsSearchController
Interface for the main search controller. Allows access to the various sub-controllers.
-
Field Summary
Fields inherited from interface org.opencms.jsp.search.controller.I_CmsSearchController
SET_VARIABLES
-
Method Summary
Modifier and TypeMethodDescriptionReturns the controller for common search (form) configurations.Returns the controller for "Did you mean ...?".Returns the controller for field facets.Returns the controller for the Geo filter.Returns the controller for highlighting.Returns the controller for pagination.Returns the controller for the query facet.Returns the controller for range facets.Returns the controller for sorting.Methods inherited from interface org.opencms.jsp.search.controller.I_CmsSearchController
addParametersForCurrentState, addQueryParts, addQueryParts, updateForQueryChange, updateFromRequestParameters
-
Method Details
-
getCommon
Returns the controller for common search (form) configurations.- Returns:
- The controller for common search (form) configurations.
-
getDidYouMean
Returns the controller for "Did you mean ...?".- Returns:
- The controller for "Did you mean ...?".
-
getFieldFacets
Returns the controller for field facets.- Returns:
- The controller for field facets.
-
getGeoFilter
Returns the controller for the Geo filter.- Returns:
- the controller for the Geo filter
-
getHighlighting
Returns the controller for highlighting.- Returns:
- The controller for highlighting.
-
getPagination
Returns the controller for pagination.- Returns:
- The controller for highlighting.
-
getQueryFacet
Returns the controller for the query facet.- Returns:
- The controller for the query facet.
-
getRangeFacets
Returns the controller for range facets.- Returns:
- The controller for range facets.
-
getSorting
Returns the controller for sorting.- Returns:
- The controller for sorting.
-