Uses of Class
org.opencms.jsp.search.config.parser.simplesearch.CmsConfigurationBean
Packages that use CmsConfigurationBean
Package
Description
API classes for the configuration parsers of the search form support provided for server-side Solr search.
Helpers to convert the list configuration XML content into a suitable bean, used by the CmsSimpleSearchConfigurationParser and the List manager app.
This package contains the app classes for the list configurations manager.
-
Uses of CmsConfigurationBean in org.opencms.jsp.search.config.parser
Methods in org.opencms.jsp.search.config.parser with parameters of type CmsConfigurationBeanModifier and TypeMethodDescriptionCmsSimpleSearchConfigurationParser.createInstanceWithNoJsonConfig
(CmsObject cms, CmsConfigurationBean config) Creates an instance for an empty JSON configuration.Constructors in org.opencms.jsp.search.config.parser with parameters of type CmsConfigurationBeanModifierConstructorDescriptionCmsSimpleSearchConfigurationParser
(CmsObject cms, CmsConfigurationBean config, String additionalParamJSON) Constructor. -
Uses of CmsConfigurationBean in org.opencms.jsp.search.config.parser.simplesearch
Methods in org.opencms.jsp.search.config.parser.simplesearch that return CmsConfigurationBeanModifier and TypeMethodDescriptionstatic CmsConfigurationBean
CmsConfigParserUtils.parseListConfiguration
(CmsObject cms, CmsResource res) Parses the list configuration resource.Methods in org.opencms.jsp.search.config.parser.simplesearch with parameters of type CmsConfigurationBeanModifier and TypeMethodDescriptionstatic CmsXmlContent
CmsConfigParserUtils.updateBlackList
(CmsObject cms, CmsXmlContent content, CmsConfigurationBean configBean) Updates the black list entries in the provided xml content. -
Uses of CmsConfigurationBean in org.opencms.ui.apps.lists
Methods in org.opencms.ui.apps.lists with parameters of type CmsConfigurationBeanModifier and TypeMethodDescriptionvoid
CmsListManager.saveBlacklist
(CmsConfigurationBean configBean) Saves the blacklist from the bean in the current list configuration.