Interface I_CmsSearchControllerFacetsRange
- All Superinterfaces:
I_CmsSearchController
- All Known Implementing Classes:
CmsSearchControllerFacetsRange
Interface the controller for all range facets must implement - just allow access to the single controllers.
-
Field Summary
Fields inherited from interface org.opencms.jsp.search.controller.I_CmsSearchController
SET_VARIABLES
-
Method Summary
Modifier and TypeMethodDescriptionGet access to the controllers by the range facet's names.Get the collection of all range facet controllers.Methods inherited from interface org.opencms.jsp.search.controller.I_CmsSearchController
addParametersForCurrentState, addQueryParts, addQueryParts, updateForQueryChange, updateFromRequestParameters
-
Method Details
-
getRangeFacetController
Get access to the controllers by the range facet's names.- Returns:
- The map with all range facet controllers, where the facet's names are the keys and the facet's controllers are the values.
-
getRangeFacetControllers
Get the collection of all range facet controllers.- Returns:
- The collection of all range facet controllers.
-