Uses of Interface
org.opencms.jsp.search.controller.I_CmsSearchControllerMain
Package
Description
API classes for the controllers of the search form support provided for server-side Solr search.
API classes for the result of the search form support provided for server-side Solr search.
-
Uses of I_CmsSearchControllerMain in org.opencms.jsp.search.controller
Modifier and TypeClassDescriptionclass
The main controller that allows to access all single sub-controllers. -
Uses of I_CmsSearchControllerMain in org.opencms.jsp.search.result
Modifier and TypeMethodDescriptionCmsSearchResultWrapper.getController()
I_CmsSearchResultWrapper.getController()
Returns the main controller for the search form.ModifierConstructorDescriptionCmsSearchResultWrapper
(I_CmsSearchControllerMain controller, CmsSolrResultList resultList, CmsSolrQuery query, CmsObject cms, CmsSearchException exception) Constructor taking the main search form controller and the result list as normally returned.