Uses of Interface
org.opencms.jsp.search.config.I_CmsSearchConfigurationCommon
Packages that use 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
Classes in org.opencms.jsp.search.config that implement I_CmsSearchConfigurationCommonModifier and TypeClassDescriptionclassSearch configuration for common parameters as the query parameter etc.Methods in org.opencms.jsp.search.config that return I_CmsSearchConfigurationCommonModifier and TypeMethodDescriptionCmsSearchConfiguration.getGeneralConfig()I_CmsSearchConfiguration.getGeneralConfig()Returns the common search (form) configuration.Methods in org.opencms.jsp.search.config with parameters of type I_CmsSearchConfigurationCommonModifier and TypeMethodDescriptionvoidCmsSearchConfigurationCommon.extend(I_CmsSearchConfigurationCommon extensionConfig) voidI_CmsSearchConfigurationCommon.extend(I_CmsSearchConfigurationCommon extensionConfig) Extends the search configuration with another given configuration. -
Uses of I_CmsSearchConfigurationCommon in org.opencms.jsp.search.config.parser
Methods in org.opencms.jsp.search.config.parser that return I_CmsSearchConfigurationCommonModifier 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
Methods in org.opencms.jsp.search.controller that return I_CmsSearchConfigurationCommonModifier and TypeMethodDescriptionCmsSearchControllerCommon.getConfig()I_CmsSearchControllerCommon.getConfig()Returns the configuration.Constructors in org.opencms.jsp.search.controller with parameters of type I_CmsSearchConfigurationCommonModifierConstructorDescriptionConstructor taking the managed configuration.