Interface I_CmsSearchControllerFacetsField
- All Superinterfaces:
I_CmsSearchController
- All Known Implementing Classes:
CmsSearchControllerFacetsField
Interface the controller for all field 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 field facet's names.Get the collection of all field facet controllers.Methods inherited from interface org.opencms.jsp.search.controller.I_CmsSearchController
addParametersForCurrentState, addQueryParts, addQueryParts, updateForQueryChange, updateFromRequestParameters
-
Method Details
-
getFieldFacetController
Get access to the controllers by the field facet's names.- Returns:
- The map with all field facet controllers, where the facet's names are the keys and the facet's controllers are the values.
-
getFieldFacetControllers
Get the collection of all field facet controllers.- Returns:
- The collection of all field facet controllers.
-