| 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsListManager.search(CmsSimpleSearchConfigurationParser configParser,
CmsResource resource)
Execute a search with the given search configuration parser.
|