Uses of Interface
org.opencms.jsp.search.config.I_CmsSearchConfiguration
Packages that use I_CmsSearchConfiguration
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_CmsSearchConfiguration in org.opencms.jsp.search.config
Classes in org.opencms.jsp.search.config that implement I_CmsSearchConfiguration -
Uses of I_CmsSearchConfiguration in org.opencms.jsp.search.config.parser
Methods in org.opencms.jsp.search.config.parser with parameters of type I_CmsSearchConfigurationModifier and TypeMethodDescriptionprotected void
CmsJSONSearchConfigurationParser.init
(String configString, I_CmsSearchConfiguration baseConfig) Initialization that parses the String to a JSON object.Constructors in org.opencms.jsp.search.config.parser with parameters of type I_CmsSearchConfigurationModifierConstructorDescriptionCmsJSONSearchConfigurationParser
(String json, I_CmsSearchConfiguration baseConfig) Constructor taking the JSON as String.CmsPlainQuerySearchConfigurationParser
(String query, I_CmsSearchConfiguration baseConfig) Constructor taking the JSON as String. -
Uses of I_CmsSearchConfiguration in org.opencms.jsp.search.controller
Constructors in org.opencms.jsp.search.controller with parameters of type I_CmsSearchConfigurationModifierConstructorDescriptionConstructor that sets up the controller with a given configuration.