Uses of Interface
org.opencms.configuration.I_CmsConfigurationParameterHandler
Packages that use I_CmsConfigurationParameterHandler
Package
Description
Contains functions for the detail pages in OpenCms.
Reads and writes the XML based OpenCms configuration files.
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.
The base classes for the OpenCms Workplace
(standard dialog, tab dialog, report based dialog)
and the Workplace configuration classes are located here.
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.
-
Uses of I_CmsConfigurationParameterHandler in org.opencms.ade.detailpage
Subinterfaces of I_CmsConfigurationParameterHandler in org.opencms.ade.detailpageModifier and TypeInterfaceDescriptioninterfaceInterface for classes which can find the detail page for a given resource, and determine whether a given detail page / detail content combination is valid.Classes in org.opencms.ade.detailpage that implement I_CmsConfigurationParameterHandlerModifier and TypeClassDescriptionclassThis class uses information from the detail page information stored in the sitemap to find/recognize the detail pages for a given resource.classOriginal detail page handler implementing the detail page logic from OpenCms versions up to 11.0. -
Uses of I_CmsConfigurationParameterHandler in org.opencms.ade.editprovider
Classes in org.opencms.ade.editprovider that implement I_CmsConfigurationParameterHandlerModifier and TypeClassDescriptionclassA Direct Edit provider class which also offers some limited ADE functionality, like for example the Publish dialog. -
Uses of I_CmsConfigurationParameterHandler in org.opencms.ade.upload
Subinterfaces of I_CmsConfigurationParameterHandler in org.opencms.ade.uploadModifier and TypeInterfaceDescriptioninterfaceInterface that provides upload restriction information, based on which upload buttons may be disabled or restricted to specific types.interfaceInterface for virus scanners used to check uploaded files.Classes in org.opencms.ade.upload that implement I_CmsConfigurationParameterHandlerModifier and TypeClassDescriptionclassDefault implementation for upload restrictions uses restriction entries from opencms-workplace.xml. -
Uses of I_CmsConfigurationParameterHandler in org.opencms.cmis
Subinterfaces of I_CmsConfigurationParameterHandler in org.opencms.cmisModifier and TypeInterfaceDescriptioninterfaceBase interface for OpenCms CMIS repositories.Classes in org.opencms.cmis that implement I_CmsConfigurationParameterHandlerModifier and TypeClassDescriptionclassAbstract repository superclass.classRepository instance for CMIS repositories. -
Uses of I_CmsConfigurationParameterHandler in org.opencms.configuration
Subinterfaces of I_CmsConfigurationParameterHandler in org.opencms.configurationModifier and TypeInterfaceDescriptioninterfaceEach configurable element in OpenCms must implement this interface.interfaceInterface for configurations which should run custom logic when the configuration is written back by OpenCms.Classes in org.opencms.configuration that implement I_CmsConfigurationParameterHandlerModifier and TypeClassDescriptionclassAbstract base implementation for xml configurations.classBean containing additional log folders available for the log file viewer.classConfiguration manager for digesting the OpenCms XML configuration.classImport / export master configuration class.classModules configuration class.classScheduled jobs configuration class.classLucene search configuration class.classClass to read and write the OpenCms site configuration.classSystem master configuration class.classClass to read and write the OpenCms site configuration.classVFS master configuration class.classImport/Export master configuration class.Methods in org.opencms.configuration with parameters of type I_CmsConfigurationParameterHandlerModifier and TypeMethodDescriptionvoidCmsElementWithAttrsParamConfigHelper.generateXml(org.dom4j.Element parent, I_CmsConfigurationParameterHandler config) Generates the XML configuration from the given configuration object.voidCmsElementWithSubElementsParamConfigHelper.generateXml(org.dom4j.Element parent, I_CmsConfigurationParameterHandler config) Generates the XML configuration from the given configuration object. -
Uses of I_CmsConfigurationParameterHandler in org.opencms.crypto
Subinterfaces of I_CmsConfigurationParameterHandler in org.opencms.cryptoModifier and TypeInterfaceDescriptioninterfaceInterfaces for classes that encrypt text as text.Classes in org.opencms.crypto that implement I_CmsConfigurationParameterHandlerModifier and TypeClassDescriptionclassDefault text encryption class using AES, where the encryption key is generated from a string passed in as a parameter. -
Uses of I_CmsConfigurationParameterHandler in org.opencms.file.types
Subinterfaces of I_CmsConfigurationParameterHandler in org.opencms.file.typesModifier and TypeInterfaceDescriptioninterfaceResource type descriptors for all resources in the VFS.Classes in org.opencms.file.types that implement I_CmsConfigurationParameterHandlerModifier and TypeClassDescriptionclassBase implementation for resource type classes.classResource type descriptor for the type "folder".classBase implementation for resource types implementing theI_CmsLinkParseableinterface.classResource type descriptor for the type "binary".classResource type descriptor for the type "folder".classResource type descriptor for extended folder types (like for example the workplace galleries).classResource type descriptor for sub site map folder types.classResource type class for the second version of dynamic functions.classThe HTML redirect resource type.classResource type descriptor for the type "image".classResource type descriptor for the type "jsp".classSpecial resource type for locale independent XML contents.classThe macro formatter resource type.classResource type descriptor for the type "plain".classResource type descriptor for the type "pointer".classThe SEO file resource type.classContent type class for subsitemap content folders.classResource type descriptor used in case the given resource type class in the XML configuration could not be instantiated.classResource type descriptor for unknown file types.classResource type descriptor for unknown folder types.classCustom resource type for ADE configurations.classResource type descriptor for the type "containerpage".classResource type descriptor for the type "xmlcontent".classResource type descriptor for the type "xmlpage". -
Uses of I_CmsConfigurationParameterHandler in org.opencms.jlan
Classes in org.opencms.jlan that implement I_CmsConfigurationParameterHandlerModifier and TypeClassDescriptionclassRepository class for configuring repositories for Alfresco JLAN. -
Uses of I_CmsConfigurationParameterHandler in org.opencms.jsp.userdata
Subinterfaces of I_CmsConfigurationParameterHandler in org.opencms.jsp.userdataModifier and TypeInterfaceDescriptioninterfaceInterface for user data domains.Classes in org.opencms.jsp.userdata that implement I_CmsConfigurationParameterHandlerModifier and TypeClassDescriptionclassUser data domain that only matches users requesting their information via user name and password.classShows email address / user name as a header. -
Uses of I_CmsConfigurationParameterHandler in org.opencms.letsencrypt
Classes in org.opencms.letsencrypt that implement I_CmsConfigurationParameterHandlerModifier and TypeClassDescriptionclassConfiguration class containing the LetsEncrypt configuration settings OpenCms needed by OpenCms. -
Uses of I_CmsConfigurationParameterHandler in org.opencms.loader
Subinterfaces of I_CmsConfigurationParameterHandler in org.opencms.loaderModifier and TypeInterfaceDescriptioninterfaceThis interface describes a resource loader for OpenCms, a class that can load a resource from the VFS, process it's contents and deliver the result to the user.Classes in org.opencms.loader that implement I_CmsConfigurationParameterHandlerModifier and TypeClassDescriptionclassDump loader for binary or other unprocessed resource types.classLoader for images from the OpenCms VSF with integrated image scaling and processing capabilities.classThe JSP loader which enables the execution of JSP in OpenCms.classLoader for macro formatter.classLoader for "pointers" to resources in the VFS or to external resources.classLoader for HTML redirects.classThe SEO file loader.classOpenCms loader for resources of type.CmsResourceTypeXmlContainerPageclassOpenCms loader for resources of type.CmsResourceTypeXmlContentclassOpenCms loader for resources of type.CmsResourceTypeXmlPage -
Uses of I_CmsConfigurationParameterHandler in org.opencms.main
Classes in org.opencms.main that implement I_CmsConfigurationParameterHandlerModifier and TypeClassDescriptionclassResource init handler that provides an alternative way of serving static files like images or binary files, using the API authorization mechanism instead of the normal authorization handler. -
Uses of I_CmsConfigurationParameterHandler in org.opencms.repository
Subinterfaces of I_CmsConfigurationParameterHandler in org.opencms.repositoryClasses in org.opencms.repository that implement I_CmsConfigurationParameterHandlerModifier and TypeClassDescriptionclassAbstract implementation of the repository interfaceI_CmsRepository.classCreates a repository session to access OpenCms. -
Uses of I_CmsConfigurationParameterHandler in org.opencms.scheduler
Classes in org.opencms.scheduler that implement I_CmsConfigurationParameterHandlerModifier and TypeClassDescriptionclassDescribes a scheduled job for the OpenCms scheduler. -
Uses of I_CmsConfigurationParameterHandler in org.opencms.search
Subinterfaces of I_CmsConfigurationParameterHandler in org.opencms.searchModifier and TypeInterfaceDescriptioninterfaceInterface for search indizes that should be handled by theCmsSearchManager.Classes in org.opencms.search that implement I_CmsConfigurationParameterHandlerModifier and TypeClassDescriptionclassAbstract base class for search indexes.classAbstract search index implementation. -
Uses of I_CmsConfigurationParameterHandler in org.opencms.search.solr
Classes in org.opencms.search.solr that implement I_CmsConfigurationParameterHandler -
Uses of I_CmsConfigurationParameterHandler in org.opencms.security
Subinterfaces of I_CmsConfigurationParameterHandler in org.opencms.securityModifier and TypeInterfaceDescriptioninterfaceDefines methods for OpenCms password validation.Classes in org.opencms.security that implement I_CmsConfigurationParameterHandlerModifier and TypeClassDescriptionclassValidates the user passwords in with advanced password requirements.classDefault implementation for OpenCms password validation, just checks if a password is at last 4 characters long. -
Uses of I_CmsConfigurationParameterHandler in org.opencms.workplace
Subinterfaces of I_CmsConfigurationParameterHandler in org.opencms.workplaceModifier and TypeInterfaceDescriptioninterfaceProvides a method for selecting an individual jsp dialog. -
Uses of I_CmsConfigurationParameterHandler in org.opencms.workplace.editors
Subinterfaces of I_CmsConfigurationParameterHandler in org.opencms.workplace.editorsModifier and TypeInterfaceDescriptioninterfaceDefines an action to be performed before the workplace editor is opened for the first time.Classes in org.opencms.workplace.editors that implement I_CmsConfigurationParameterHandlerModifier and TypeClassDescriptionclassDefines an action to be performed before the workplace editor is opened for the first time.classPre editor action for XML content resource types, checks if model files are available for the XML content to create in direct edit mode and shows the selection before opening the editor. -
Uses of I_CmsConfigurationParameterHandler in org.opencms.workplace.editors.directedit
Subinterfaces of I_CmsConfigurationParameterHandler in org.opencms.workplace.editors.directeditModifier and TypeInterfaceDescriptioninterfaceProvides the methods to generate the "direct edit" HTML fragments that are inserted in the generated pages in offline mode.Classes in org.opencms.workplace.editors.directedit that implement I_CmsConfigurationParameterHandlerModifier and TypeClassDescriptionclassBasic functions for direct edit providers.classProvider for the OpenCms AdvancedDirectEdit.classProvider for the OpenCms default graphical "direct edit" buttons.classProvider for the OpenCms graphical "direct edit" buttons.classDirect edit provider that uses the same JSP include based logic that has been the default before the 6.2.3 release.classCreates HTML for simple text based direct edit buttons. -
Uses of I_CmsConfigurationParameterHandler in org.opencms.xml.xml2json.renderer
Subinterfaces of I_CmsConfigurationParameterHandler in org.opencms.xml.xml2json.rendererModifier and TypeInterfaceDescriptioninterfaceRenders a single-locale content tree as JSON.Classes in org.opencms.xml.xml2json.renderer that implement I_CmsConfigurationParameterHandlerModifier and TypeClassDescriptionclassConverts an XML content to JSON by creating a CmsXmlContentTree and then recursively processing its nodes.