| Package | Description |
|---|---|
| org.opencms.jsp.search.config.parser |
API classes for the configuration parsers of the search form support provided for server-side Solr search.
|
| org.opencms.ui.apps.lists |
This package contains the app classes for the list configurations manager.
|
| Modifier and Type | Method and Description |
|---|---|
static CmsSimpleSearchConfigurationParser |
CmsSimpleSearchConfigurationParser.createInstanceWithNoJsonConfig(CmsObject cms,
CmsListManager.ListConfigurationBean config)
Creates an instance for an empty JSON configuration.
|
| Constructor and Description |
|---|
CmsSimpleSearchConfigurationParser(CmsObject cms,
CmsListManager.ListConfigurationBean config,
java.lang.String additionalParamJSON)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static CmsListManager.ListConfigurationBean |
CmsListManager.parseListConfiguration(CmsObject cms,
CmsResource res)
Parses the list configuration resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsListManager.saveBlacklist(CmsListManager.ListConfigurationBean configBean)
Saves the blacklist from the bean in the current list configuration.
|