Uses of Interface
org.opencms.jsp.search.config.I_CmsSearchConfigurationCommon
Package
Description
API classes for the configuration of the search form support provided for server-side Solr search.
API classes for the configuration parsers of the search form support provided for server-side Solr search.
API classes for the controllers of the search form support provided for server-side Solr search.
-
Uses of I_CmsSearchConfigurationCommon in org.opencms.jsp.search.config
Modifier and TypeClassDescriptionclass
Search configuration for common parameters as the query parameter etc.Modifier and TypeMethodDescriptionCmsSearchConfiguration.getGeneralConfig()
I_CmsSearchConfiguration.getGeneralConfig()
Returns the common search (form) configuration. -
Uses of I_CmsSearchConfigurationCommon in org.opencms.jsp.search.config.parser
Modifier and TypeMethodDescriptionCmsJSONSearchConfigurationParser.parseCommon
(CmsObject cms) CmsPlainQuerySearchConfigurationParser.parseCommon
(CmsObject cms) CmsXMLSearchConfigurationParser.parseCommon
(CmsObject cms) I_CmsSearchConfigurationParser.parseCommon
(CmsObject cms) Returns the common search configuration. -
Uses of I_CmsSearchConfigurationCommon in org.opencms.jsp.search.controller
Modifier and TypeMethodDescriptionCmsSearchControllerCommon.getConfig()
I_CmsSearchControllerCommon.getConfig()
Returns the configuration.ModifierConstructorDescriptionConstructor taking the managed configuration.