Uses of Interface
org.opencms.jsp.search.controller.I_CmsSearchControllerMain
Packages that use 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
Classes in org.opencms.jsp.search.controller that implement I_CmsSearchControllerMainModifier and TypeClassDescriptionclass
The main controller that allows to access all single sub-controllers. -
Uses of I_CmsSearchControllerMain in org.opencms.jsp.search.result
Methods in org.opencms.jsp.search.result that return I_CmsSearchControllerMainModifier and TypeMethodDescriptionCmsSearchResultWrapper.getController()
I_CmsSearchResultWrapper.getController()
Returns the main controller for the search form.Constructors in org.opencms.jsp.search.result with parameters of type I_CmsSearchControllerMainModifierConstructorDescriptionCmsSearchResultWrapper
(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.