Package | Description |
---|---|
org.opencms.ade.detailpage |
Contains functions for the detail pages in OpenCms.
|
org.opencms.cmis | |
org.opencms.configuration |
Reads and writes the XML based OpenCms configuration files.
|
org.opencms.db |
Low-level database connection and access functionality.
|
org.opencms.file.types |
The implementations of the core resource types for the VFS are located here.
|
org.opencms.jlan | |
org.opencms.letsencrypt |
Classes related to the LetsEncrypt docker integration.
|
org.opencms.loader |
Low-level functions to manage the loading of resources from the OpenCms VFS.
|
org.opencms.main |
Provides the main OpenCms "operating system".
|
org.opencms.repository |
Package contains all classes and interfaces needed to create or use a repository to
access the resources in the VFS.
|
org.opencms.scheduler |
The OpenCms scheduler provides a facility to run jobs in a regular schedule, much
like the "cron" faciltiy in UNIX systems.
|
org.opencms.search |
Implements the main full text search and indexing functions available in OpenCms.
|
org.opencms.search.solr |
The package contains the Solr search integration.
|
org.opencms.security |
Access control and security classes for the OpenCms ACL permission system.
|
org.opencms.workplace.editors |
Base classes for the editors (WYSIWYG, plain text, XML content) used in the OpenCms Workplace.
|
org.opencms.workplace.editors.directedit |
Used to control the generation of the HTML for the "direct edit" buttons.
|
org.opencms.xml.content |
Contains functions for structured content storage using XML, commonly called "XML content" in OpenCms.
|
Modifier and Type | Method and Description |
---|---|
CmsParameterConfiguration |
CmsDefaultDetailPageHandler.getConfiguration()
Gets the configuration.
|
CmsParameterConfiguration |
CmsPermissiveDetailPageHandler.getConfiguration() |
Modifier and Type | Method and Description |
---|---|
CmsParameterConfiguration |
CmsCmisRepository.getConfiguration() |
CmsParameterConfiguration |
I_CmsCmisRepository.getConfiguration() |
Modifier and Type | Field and Description |
---|---|
static CmsParameterConfiguration |
CmsParameterConfiguration.EMPTY_PARAMETERS
An empty, immutable parameter configuration.
|
Modifier and Type | Method and Description |
---|---|
CmsParameterConfiguration |
I_CmsConfigurationParameterHandler.getConfiguration()
Returns the parameters of this configurable class instance,
or
null if the class does not need any parameters. |
CmsParameterConfiguration |
CmsAdditionalLogFolderConfig.getConfiguration() |
CmsParameterConfiguration |
CmsConfigurationManager.getConfiguration()
Returns the properties read from
opencms.properties . |
CmsParameterConfiguration |
A_CmsXmlConfiguration.getConfiguration() |
static CmsParameterConfiguration |
CmsParameterConfiguration.unmodifiableVersion(CmsParameterConfiguration original)
Returns an unmodifiable version of this parameter configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
CmsConfigurationManager.setConfiguration(CmsParameterConfiguration propertyConfiguration)
Sets the configuration read from the
opencms.properties . |
static CmsParameterConfiguration |
CmsParameterConfiguration.unmodifiableVersion(CmsParameterConfiguration original)
Returns an unmodifiable version of this parameter configuration.
|
Modifier and Type | Method and Description |
---|---|
CmsParameterConfiguration |
CmsDriverManager.getPropertyConfiguration()
Returns the configuration read from the
opencms.properties file. |
Modifier and Type | Method and Description |
---|---|
protected java.lang.Object |
CmsDriverManager.createDriver(CmsDbContext dbc,
CmsConfigurationManager configManager,
CmsParameterConfiguration config,
java.lang.String driverChainKey,
java.lang.String suffix)
Helper method for creating a driver from configuration data.
|
static com.zaxxer.hikari.HikariConfig |
CmsDbPoolV11.createHikariConfig(CmsParameterConfiguration config,
java.lang.String key)
Creates the HikariCP configuration based on the configuration of a pool defined in opencms.properties.
|
java.lang.Object |
CmsDriverManager.newDriverInstance(CmsParameterConfiguration configuration,
java.lang.String driverName,
java.lang.String driverPoolUrl)
Method to create a new instance of a driver.
|
void |
CmsDriverManager.newPoolInstance(CmsParameterConfiguration configuration,
java.lang.String poolName)
Method to create a new instance of a pool.
|
Constructor and Description |
---|
CmsDbPoolV11(CmsParameterConfiguration config,
java.lang.String key)
Default constructor.
|
Modifier and Type | Field and Description |
---|---|
protected CmsParameterConfiguration |
A_CmsResourceType.m_configuration
Configuration parameters.
|
Modifier and Type | Method and Description |
---|---|
CmsParameterConfiguration |
CmsRecourceTypeFolderGallery.getConfiguration() |
CmsParameterConfiguration |
CmsResourceTypeFolderExtended.getConfiguration() |
CmsParameterConfiguration |
A_CmsResourceType.getConfiguration() |
CmsParameterConfiguration |
CmsResourceTypeXmlContent.getConfiguration() |
CmsParameterConfiguration |
CmsResourceTypeFolder.getConfiguration() |
Modifier and Type | Method and Description |
---|---|
CmsParameterConfiguration |
CmsJlanRepository.getConfiguration() |
Modifier and Type | Method and Description |
---|---|
CmsParameterConfiguration |
CmsLetsEncryptConfiguration.getConfiguration() |
Modifier and Type | Method and Description |
---|---|
CmsParameterConfiguration |
CmsPointerLoader.getConfiguration()
Will always return
null since this loader does not
need to be cnofigured. |
CmsParameterConfiguration |
CmsDumpLoader.getConfiguration()
Will always return
null since this loader does not
need to be configured. |
CmsParameterConfiguration |
CmsJspLoader.getConfiguration() |
CmsParameterConfiguration |
CmsRedirectLoader.getConfiguration() |
CmsParameterConfiguration |
CmsImageLoader.getConfiguration() |
CmsParameterConfiguration |
CmsMacroFormatterLoader.getConfiguration()
Returns
null since XML document loaders does usually not need to be configured. |
Modifier and Type | Method and Description |
---|---|
protected void |
OpenCmsCore.initConfiguration(CmsParameterConfiguration configuration)
Constructor to create a new OpenCms object.
|
protected OpenCmsCore |
OpenCmsCore.upgradeRunlevel(CmsParameterConfiguration configuration)
Upgrades to runlevel
OpenCms.RUNLEVEL_3_SHELL_ACCESS ,
this is shell access to the database but no Servlet context. |
Modifier and Type | Method and Description |
---|---|
CmsParameterConfiguration |
A_CmsRepository.getConfiguration() |
Modifier and Type | Method and Description |
---|---|
static java.util.List<I_CmsResourceWrapper> |
CmsRepositoryManager.createResourceWrappersFromConfiguration(CmsParameterConfiguration config,
java.lang.String paramName,
org.apache.commons.logging.Log log)
Creates a list of resource wrappers from a collection of configuration parameters, for use in configuring repositories.
|
Modifier and Type | Method and Description |
---|---|
CmsParameterConfiguration |
CmsScheduledJobInfo.getConfiguration() |
Modifier and Type | Method and Description |
---|---|
CmsParameterConfiguration |
CmsSearchIndex.getConfiguration() |
CmsParameterConfiguration |
A_CmsSearchIndex.getConfiguration()
Returns the empty configuration.
|
Modifier and Type | Method and Description |
---|---|
CmsParameterConfiguration |
CmsSolrIndex.getConfiguration() |
Modifier and Type | Method and Description |
---|---|
CmsParameterConfiguration |
CmsDefaultPasswordHandler.getConfiguration() |
Modifier and Type | Field and Description |
---|---|
protected CmsParameterConfiguration |
A_CmsPreEditorActionDefinition.m_configuration
Configuration parameters.
|
Modifier and Type | Method and Description |
---|---|
CmsParameterConfiguration |
A_CmsPreEditorActionDefinition.getConfiguration() |
Modifier and Type | Field and Description |
---|---|
protected CmsParameterConfiguration |
A_CmsDirectEditProvider.m_configurationParameters
The parameters form the configuration.
|
Modifier and Type | Method and Description |
---|---|
CmsParameterConfiguration |
A_CmsDirectEditProvider.getConfiguration() |
Modifier and Type | Method and Description |
---|---|
CmsParameterConfiguration |
CmsDefaultXmlContentHandler.getParameters()
Gets the set of parameters.
|