Uses of Class
org.opencms.configuration.CmsParameterConfiguration
Packages that use 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
Methods in org.opencms.ade.detailpage that return CmsParameterConfigurationModifier and TypeMethodDescriptionCmsDefaultDetailPageHandler.getConfiguration()
Gets the configuration.CmsPermissiveDetailPageHandler.getConfiguration()
-
Uses of CmsParameterConfiguration in org.opencms.ade.upload
Methods in org.opencms.ade.upload that return CmsParameterConfiguration -
Uses of CmsParameterConfiguration in org.opencms.cmis
Methods in org.opencms.cmis that return CmsParameterConfigurationModifier and TypeMethodDescriptionCmsCmisRepository.getConfiguration()
I_CmsCmisRepository.getConfiguration()
-
Uses of CmsParameterConfiguration in org.opencms.configuration
Fields in org.opencms.configuration declared as CmsParameterConfigurationModifier and TypeFieldDescriptionstatic final CmsParameterConfiguration
CmsParameterConfiguration.EMPTY_PARAMETERS
An empty, immutable parameter configuration.Methods in org.opencms.configuration that return CmsParameterConfigurationModifier 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.Methods in org.opencms.configuration with parameters of type CmsParameterConfigurationModifier 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
Methods in org.opencms.crypto that return CmsParameterConfiguration -
Uses of CmsParameterConfiguration in org.opencms.db
Methods in org.opencms.db that return CmsParameterConfigurationModifier and TypeMethodDescriptionCmsDriverManager.getPropertyConfiguration()
Returns the configuration read from theopencms.properties
file.Methods in org.opencms.db with parameters of type CmsParameterConfigurationModifier 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.Constructors in org.opencms.db with parameters of type CmsParameterConfigurationModifierConstructorDescriptionCmsDbPoolV11
(CmsParameterConfiguration config, String key) Default constructor. -
Uses of CmsParameterConfiguration in org.opencms.file.types
Fields in org.opencms.file.types declared as CmsParameterConfigurationModifier and TypeFieldDescriptionprotected CmsParameterConfiguration
A_CmsResourceType.m_configuration
Configuration parameters.Methods in org.opencms.file.types that return CmsParameterConfigurationModifier and TypeMethodDescriptionA_CmsResourceType.getConfiguration()
CmsResourceTypeFolder.getConfiguration()
CmsResourceTypeFolderExtended.getConfiguration()
CmsResourceTypeXmlContent.getConfiguration()
-
Uses of CmsParameterConfiguration in org.opencms.jlan
Methods in org.opencms.jlan that return CmsParameterConfiguration -
Uses of CmsParameterConfiguration in org.opencms.jsp.userdata
Methods in org.opencms.jsp.userdata that return CmsParameterConfigurationModifier and TypeMethodDescriptionCmsDefaultUserDataDomain.getConfiguration()
CmsUserDataHeader.getConfiguration()
-
Uses of CmsParameterConfiguration in org.opencms.letsencrypt
Methods in org.opencms.letsencrypt that return CmsParameterConfiguration -
Uses of CmsParameterConfiguration in org.opencms.loader
Methods in org.opencms.loader that return CmsParameterConfigurationModifier 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
Methods in org.opencms.main that return CmsParameterConfigurationModifier and TypeMethodDescriptionCmsProtectedStaticFileHandler.getConfiguration()
default CmsParameterConfiguration
I_CmsRequestHandler.getConfiguration()
Gets the configuration.default CmsParameterConfiguration
I_CmsResourceInit.getConfiguration()
Gets the configuration data.Methods in org.opencms.main with parameters of type CmsParameterConfigurationModifier 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
Methods in org.opencms.repository that return CmsParameterConfigurationMethods in org.opencms.repository with parameters of type CmsParameterConfigurationModifier 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
Methods in org.opencms.scheduler that return CmsParameterConfiguration -
Uses of CmsParameterConfiguration in org.opencms.search
Methods in org.opencms.search that return CmsParameterConfigurationModifier and TypeMethodDescriptionA_CmsSearchIndex.getConfiguration()
Returns the empty configuration.CmsSearchIndex.getConfiguration()
-
Uses of CmsParameterConfiguration in org.opencms.search.solr
Methods in org.opencms.search.solr that return CmsParameterConfiguration -
Uses of CmsParameterConfiguration in org.opencms.security
Methods in org.opencms.security that return CmsParameterConfiguration -
Uses of CmsParameterConfiguration in org.opencms.workplace.editors
Fields in org.opencms.workplace.editors declared as CmsParameterConfigurationModifier and TypeFieldDescriptionprotected CmsParameterConfiguration
A_CmsPreEditorActionDefinition.m_configuration
Configuration parameters.Methods in org.opencms.workplace.editors that return CmsParameterConfiguration -
Uses of CmsParameterConfiguration in org.opencms.workplace.editors.directedit
Fields in org.opencms.workplace.editors.directedit declared as CmsParameterConfigurationModifier and TypeFieldDescriptionprotected CmsParameterConfiguration
A_CmsDirectEditProvider.m_configurationParameters
The parameters form the configuration.Methods in org.opencms.workplace.editors.directedit that return CmsParameterConfiguration -
Uses of CmsParameterConfiguration in org.opencms.xml.content
Methods in org.opencms.xml.content that return CmsParameterConfigurationModifier and TypeMethodDescriptionCmsDefaultXmlContentHandler.getParameters()
Gets the set of parameters. -
Uses of CmsParameterConfiguration in org.opencms.xml.xml2json
Methods in org.opencms.xml.xml2json with parameters of type CmsParameterConfigurationModifier 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
Methods in org.opencms.xml.xml2json.handler that return CmsParameterConfigurationModifier and TypeMethodDescriptionCmsJsonHandlerContext.getHandlerConfig()
Gets the configured handler parameters.Constructors in org.opencms.xml.xml2json.handler with parameters of type CmsParameterConfigurationModifierConstructorDescriptionCmsJsonHandlerContext
(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
Methods in org.opencms.xml.xml2json.renderer that return CmsParameterConfiguration