Uses of Interface
org.opencms.jsp.search.config.I_CmsSearchConfigurationSorting
Packages that use I_CmsSearchConfigurationSorting
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_CmsSearchConfigurationSorting in org.opencms.jsp.search.config
Classes in org.opencms.jsp.search.config that implement I_CmsSearchConfigurationSortingModifier and TypeClassDescriptionclassConfiguration for sorting in general.Methods in org.opencms.jsp.search.config that return I_CmsSearchConfigurationSortingModifier and TypeMethodDescriptionCmsSearchConfiguration.getSortConfig()I_CmsSearchConfiguration.getSortConfig()Returns the configuration for sorting. -
Uses of I_CmsSearchConfigurationSorting in org.opencms.jsp.search.config.parser
Methods in org.opencms.jsp.search.config.parser that return I_CmsSearchConfigurationSortingModifier and TypeMethodDescriptionCmsJSONSearchConfigurationParser.parseSorting()CmsPlainQuerySearchConfigurationParser.parseSorting()CmsXMLSearchConfigurationParser.parseSorting()I_CmsSearchConfigurationParser.parseSorting()Returns the configuration for sorting. -
Uses of I_CmsSearchConfigurationSorting in org.opencms.jsp.search.controller
Methods in org.opencms.jsp.search.controller that return I_CmsSearchConfigurationSortingModifier and TypeMethodDescriptionCmsSearchControllerSorting.getConfig()I_CmsSearchControllerSorting.getConfig()Returns the configuration.Constructors in org.opencms.jsp.search.controller with parameters of type I_CmsSearchConfigurationSortingModifierConstructorDescriptionConstructor taking a sorting configuration.