Uses of Interface
org.opencms.jsp.search.config.I_CmsSearchConfigurationGeoFilter
Packages that use I_CmsSearchConfigurationGeoFilter
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_CmsSearchConfigurationGeoFilter in org.opencms.jsp.search.config
Classes in org.opencms.jsp.search.config that implement I_CmsSearchConfigurationGeoFilterModifier and TypeClassDescriptionclassSearch configuration for the Geo filter.Methods in org.opencms.jsp.search.config that return I_CmsSearchConfigurationGeoFilterModifier and TypeMethodDescriptionCmsSearchConfiguration.getGeoFilterConfig()I_CmsSearchConfiguration.getGeoFilterConfig()Returns the Geo filter configuration. -
Uses of I_CmsSearchConfigurationGeoFilter in org.opencms.jsp.search.config.parser
Methods in org.opencms.jsp.search.config.parser that return I_CmsSearchConfigurationGeoFilterModifier and TypeMethodDescriptionCmsJSONSearchConfigurationParser.parseGeoFilter()CmsPlainQuerySearchConfigurationParser.parseGeoFilter()CmsXMLSearchConfigurationParser.parseGeoFilter()I_CmsSearchConfigurationParser.parseGeoFilter()Returns the configuration for the Geo filter. -
Uses of I_CmsSearchConfigurationGeoFilter in org.opencms.jsp.search.controller
Methods in org.opencms.jsp.search.controller that return I_CmsSearchConfigurationGeoFilterModifier and TypeMethodDescriptionCmsSearchControllerGeoFilter.getConfig()I_CmsSearchControllerGeoFilter.getConfig()Returns the configuration.Constructors in org.opencms.jsp.search.controller with parameters of type I_CmsSearchConfigurationGeoFilterModifierConstructorDescriptionConstructor taking the managed configuration.