Uses of Class
org.opencms.configuration.CmsParameterConfiguration
Package
Description
Contains functions for the detail pages in OpenCms.
Reads and writes the XML based OpenCms configuration files.
Low-level database connection and access functionality.
The implementations of the core resource types for the VFS are located here.
Classes related to the LetsEncrypt docker integration.
Low-level functions to manage the loading of resources from the OpenCms VFS.
Provides the main OpenCms "operating system".
Package contains all classes and interfaces needed to create or use a repository to
access the resources in the VFS.
The OpenCms scheduler provides a facility to run jobs in a regular schedule, much
like the "cron" faciltiy in UNIX systems.
Implements the main full text search and indexing functions available in OpenCms.
The package contains the Solr search integration.
Access control and security classes for the OpenCms ACL permission system.
Base classes for the editors (WYSIWYG, plain text, XML content) used in the OpenCms Workplace.
Used to control the generation of the HTML for the "direct edit" buttons.
Contains functions for structured content storage using XML, commonly called "XML content" in OpenCms.
-
Uses of CmsParameterConfiguration in org.opencms.ade.detailpage
Modifier and TypeMethodDescriptionCmsDefaultDetailPageHandler.getConfiguration()
Gets the configuration.CmsPermissiveDetailPageHandler.getConfiguration()
-
Uses of CmsParameterConfiguration in org.opencms.ade.upload
-
Uses of CmsParameterConfiguration in org.opencms.cmis
Modifier and TypeMethodDescriptionCmsCmisRepository.getConfiguration()
I_CmsCmisRepository.getConfiguration()
-
Uses of CmsParameterConfiguration in org.opencms.configuration
Modifier and TypeFieldDescriptionstatic final CmsParameterConfiguration
CmsParameterConfiguration.EMPTY_PARAMETERS
An empty, immutable parameter configuration.Modifier and TypeMethodDescriptionA_CmsXmlConfiguration.getConfiguration()
CmsAdditionalLogFolderConfig.getConfiguration()
CmsConfigurationManager.getConfiguration()
Returns the properties read fromopencms.properties
.I_CmsConfigurationParameterHandler.getConfiguration()
Returns the parameters of this configurable class instance, ornull
if the class does not need any parameters.CmsSystemConfiguration.ApiAuthorizationConfig.getParams()
Gets the parameters for the handler.static CmsParameterConfiguration
CmsParameterConfiguration.unmodifiableVersion
(CmsParameterConfiguration original) Returns an unmodifiable version of this parameter configuration.Modifier and TypeMethodDescriptionvoid
CmsSystemConfiguration.addRequestHandler
(String clazz, CmsParameterConfiguration params) Adds a new instance of a request handler class.void
CmsSystemConfiguration.addResourceInitHandler
(String clazz, CmsParameterConfiguration params) Adds a new instance of a resource init handler class.void
CmsConfigurationManager.setConfiguration
(CmsParameterConfiguration propertyConfiguration) Sets the configuration read from theopencms.properties
.static CmsParameterConfiguration
CmsParameterConfiguration.unmodifiableVersion
(CmsParameterConfiguration original) Returns an unmodifiable version of this parameter configuration. -
Uses of CmsParameterConfiguration in org.opencms.crypto
-
Uses of CmsParameterConfiguration in org.opencms.db
Modifier and TypeMethodDescriptionCmsDriverManager.getPropertyConfiguration()
Returns the configuration read from theopencms.properties
file.Modifier and TypeMethodDescriptionprotected Object
CmsDriverManager.createDriver
(CmsDbContext dbc, CmsConfigurationManager configManager, CmsParameterConfiguration config, String driverChainKey, String suffix) Helper method for creating a driver from configuration data.static com.zaxxer.hikari.HikariConfig
CmsDbPoolV11.createHikariConfig
(CmsParameterConfiguration config, String key) Creates the HikariCP configuration based on the configuration of a pool defined in opencms.properties.CmsDriverManager.newDriverInstance
(CmsParameterConfiguration configuration, String driverName, String driverPoolUrl) Method to create a new instance of a driver.void
CmsDriverManager.newPoolInstance
(CmsParameterConfiguration configuration, String poolName) Method to create a new instance of a pool.ModifierConstructorDescriptionCmsDbPoolV11
(CmsParameterConfiguration config, String key) Default constructor. -
Uses of CmsParameterConfiguration in org.opencms.file.types
Modifier and TypeFieldDescriptionprotected CmsParameterConfiguration
A_CmsResourceType.m_configuration
Configuration parameters.Modifier and TypeMethodDescriptionA_CmsResourceType.getConfiguration()
CmsResourceTypeFolder.getConfiguration()
CmsResourceTypeFolderExtended.getConfiguration()
CmsResourceTypeXmlContent.getConfiguration()
-
Uses of CmsParameterConfiguration in org.opencms.jlan
-
Uses of CmsParameterConfiguration in org.opencms.jsp.userdata
Modifier and TypeMethodDescriptionCmsDefaultUserDataDomain.getConfiguration()
CmsUserDataHeader.getConfiguration()
-
Uses of CmsParameterConfiguration in org.opencms.letsencrypt
-
Uses of CmsParameterConfiguration in org.opencms.loader
Modifier and TypeMethodDescriptionCmsDumpLoader.getConfiguration()
Will always returnnull
since this loader does not need to be configured.CmsImageLoader.getConfiguration()
CmsJspLoader.getConfiguration()
CmsMacroFormatterLoader.getConfiguration()
Returnsnull
since XML document loaders does usually not need to be configured.CmsPointerLoader.getConfiguration()
Will always returnnull
since this loader does not need to be cnofigured.CmsRedirectLoader.getConfiguration()
-
Uses of CmsParameterConfiguration in org.opencms.main
Modifier and TypeMethodDescriptionCmsProtectedStaticFileHandler.getConfiguration()
default CmsParameterConfiguration
I_CmsRequestHandler.getConfiguration()
Gets the configuration.default CmsParameterConfiguration
I_CmsResourceInit.getConfiguration()
Gets the configuration data.Modifier and TypeMethodDescriptionprotected void
OpenCmsCore.initConfiguration
(CmsParameterConfiguration configuration) Constructor to create a new OpenCms object.default void
I_CmsRequestHandler.initParameters
(CmsParameterConfiguration params) Initializes parameters.default void
I_CmsResourceInit.initParameters
(CmsParameterConfiguration params) Initializes parameters.void
OpenCmsSolrHandler.initParameters
(CmsParameterConfiguration params) protected OpenCmsCore
OpenCmsCore.upgradeRunlevel
(CmsParameterConfiguration configuration) Upgrades to runlevelOpenCms.RUNLEVEL_3_SHELL_ACCESS
, this is shell access to the database but no Servlet context. -
Uses of CmsParameterConfiguration in org.opencms.repository
Modifier and TypeMethodDescriptionstatic List<I_CmsResourceWrapper>
CmsRepositoryManager.createResourceWrappersFromConfiguration
(CmsParameterConfiguration config, 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. -
Uses of CmsParameterConfiguration in org.opencms.scheduler
-
Uses of CmsParameterConfiguration in org.opencms.search
Modifier and TypeMethodDescriptionA_CmsSearchIndex.getConfiguration()
Returns the empty configuration.CmsSearchIndex.getConfiguration()
-
Uses of CmsParameterConfiguration in org.opencms.search.solr
-
Uses of CmsParameterConfiguration in org.opencms.security
-
Uses of CmsParameterConfiguration in org.opencms.workplace.editors
Modifier and TypeFieldDescriptionprotected CmsParameterConfiguration
A_CmsPreEditorActionDefinition.m_configuration
Configuration parameters. -
Uses of CmsParameterConfiguration in org.opencms.workplace.editors.directedit
Modifier and TypeFieldDescriptionprotected CmsParameterConfiguration
A_CmsDirectEditProvider.m_configurationParameters
The parameters form the configuration. -
Uses of CmsParameterConfiguration in org.opencms.xml.content
Modifier and TypeMethodDescriptionCmsDefaultXmlContentHandler.getParameters()
Gets the set of parameters. -
Uses of CmsParameterConfiguration in org.opencms.xml.xml2json
Modifier and TypeMethodDescriptionvoid
CmsJsonResourceHandler.initParameters
(CmsParameterConfiguration params) void
I_CmsApiAuthorizationHandler.setParameters
(CmsParameterConfiguration params) Sets the configuration parameters for this handler. -
Uses of CmsParameterConfiguration in org.opencms.xml.xml2json.handler
Modifier and TypeMethodDescriptionCmsJsonHandlerContext.getHandlerConfig()
Gets the configured handler parameters.ModifierConstructorDescriptionCmsJsonHandlerContext
(CmsObject cms, CmsObject rootCms, String path, CmsResource resource, Map<String, String> params, CmsParameterConfiguration handlerConfig, CmsJsonAccessPolicy policy) Creates a new instance. -
Uses of CmsParameterConfiguration in org.opencms.xml.xml2json.renderer