Uses of Interface
org.opencms.configuration.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
Modifier and TypeInterfaceDescriptioninterface
Interface for classes which can find the detail page for a given resource, and determine whether a given detail page / detail content combination is valid.Modifier and TypeClassDescriptionclass
This class uses information from the detail page information stored in the sitemap to find/recognize the detail pages for a given resource.class
Original detail page handler implementing the detail page logic from OpenCms versions up to 11.0. -
Uses of I_CmsConfigurationParameterHandler in org.opencms.ade.editprovider
Modifier and TypeClassDescriptionclass
A 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
Modifier and TypeInterfaceDescriptioninterface
Interface that provides upload restriction information, based on which upload buttons may be disabled or restricted to specific types.interface
Interface for virus scanners used to check uploaded files.Modifier and TypeClassDescriptionclass
Default implementation for upload restrictions uses restriction entries from opencms-workplace.xml. -
Uses of I_CmsConfigurationParameterHandler in org.opencms.cmis
Modifier and TypeInterfaceDescriptioninterface
Base interface for OpenCms CMIS repositories.Modifier and TypeClassDescriptionclass
Abstract repository superclass.class
Repository instance for CMIS repositories. -
Uses of I_CmsConfigurationParameterHandler in org.opencms.configuration
Modifier and TypeInterfaceDescriptioninterface
Each configurable element in OpenCms must implement this interface.interface
Interface for configurations which should run custom logic when the configuration is written back by OpenCms.Modifier and TypeClassDescriptionclass
Abstract base implementation for xml configurations.class
Bean containing additional log folders available for the log file viewer.class
Configuration manager for digesting the OpenCms XML configuration.class
Import / export master configuration class.class
Modules configuration class.class
Scheduled jobs configuration class.class
Lucene search configuration class.class
Class to read and write the OpenCms site configuration.class
System master configuration class.class
Class to read and write the OpenCms site configuration.class
VFS master configuration class.class
Import/Export master configuration class.Modifier and TypeMethodDescriptionvoid
CmsElementWithAttrsParamConfigHelper.generateXml
(org.dom4j.Element parent, I_CmsConfigurationParameterHandler config) Generates the XML configuration from the given configuration object.void
CmsElementWithSubElementsParamConfigHelper.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
Modifier and TypeInterfaceDescriptioninterface
Interfaces for classes that encrypt text as text.Modifier and TypeClassDescriptionclass
Default 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
Modifier and TypeInterfaceDescriptioninterface
Resource type descriptors for all resources in the VFS.Modifier and TypeClassDescriptionclass
Base implementation for resource type classes.class
Resource type descriptor for the type "folder".class
Base implementation for resource types implementing theI_CmsLinkParseable
interface.class
Resource type descriptor for the type "binary".class
Resource type descriptor for the type "folder".class
Resource type descriptor for extended folder types (like for example the workplace galleries).class
Resource type descriptor for sub site map folder types.class
Resource type class for the second version of dynamic functions.class
The HTML redirect resource type.class
Resource type descriptor for the type "image".class
Resource type descriptor for the type "jsp".class
Special resource type for locale independent XML contents.class
The macro formatter resource type.class
Resource type descriptor for the type "plain".class
Resource type descriptor for the type "pointer".class
The SEO file resource type.class
Content type class for subsitemap content folders.class
Resource type descriptor used in case the given resource type class in the XML configuration could not be instantiated.class
Resource type descriptor for unknown file types.class
Resource type descriptor for unknown folder types.class
Custom resource type for ADE configurations.class
Resource type descriptor for the type "containerpage".class
Resource type descriptor for the type "xmlcontent".class
Resource type descriptor for the type "xmlpage". -
Uses of I_CmsConfigurationParameterHandler in org.opencms.jlan
Modifier and TypeClassDescriptionclass
Repository class for configuring repositories for Alfresco JLAN. -
Uses of I_CmsConfigurationParameterHandler in org.opencms.jsp.userdata
Modifier and TypeInterfaceDescriptioninterface
Interface for user data domains.Modifier and TypeClassDescriptionclass
User data domain that only matches users requesting their information via user name and password.class
Shows email address / user name as a header. -
Uses of I_CmsConfigurationParameterHandler in org.opencms.letsencrypt
Modifier and TypeClassDescriptionclass
Configuration class containing the LetsEncrypt configuration settings OpenCms needed by OpenCms. -
Uses of I_CmsConfigurationParameterHandler in org.opencms.loader
Modifier and TypeInterfaceDescriptioninterface
This 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.Modifier and TypeClassDescriptionclass
Dump loader for binary or other unprocessed resource types.class
Loader for images from the OpenCms VSF with integrated image scaling and processing capabilities.class
The JSP loader which enables the execution of JSP in OpenCms.class
Loader for macro formatter.class
Loader for "pointers" to resources in the VFS or to external resources.class
Loader for HTML redirects.class
The SEO file loader.class
OpenCms loader for resources of type
.CmsResourceTypeXmlContainerPage
class
OpenCms loader for resources of type
.CmsResourceTypeXmlContent
class
OpenCms loader for resources of type
.CmsResourceTypeXmlPage
-
Uses of I_CmsConfigurationParameterHandler in org.opencms.main
Modifier and TypeClassDescriptionclass
Resource 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
Modifier and TypeClassDescriptionclass
Abstract implementation of the repository interfaceI_CmsRepository
.class
Creates a repository session to access OpenCms. -
Uses of I_CmsConfigurationParameterHandler in org.opencms.scheduler
Modifier and TypeClassDescriptionclass
Describes a scheduled job for the OpenCms scheduler. -
Uses of I_CmsConfigurationParameterHandler in org.opencms.search
Modifier and TypeInterfaceDescriptioninterface
Interface for search indizes that should be handled by theCmsSearchManager
.Modifier and TypeClassDescriptionclass
Abstract base class for search indexes.class
Abstract search index implementation. -
Uses of I_CmsConfigurationParameterHandler in org.opencms.search.solr
-
Uses of I_CmsConfigurationParameterHandler in org.opencms.security
Modifier and TypeInterfaceDescriptioninterface
Defines methods for OpenCms password validation.Modifier and TypeClassDescriptionclass
Validates the user passwords in with advanced password requirements.class
Default implementation for OpenCms password validation, just checks if a password is at last 4 characters long. -
Uses of I_CmsConfigurationParameterHandler in org.opencms.workplace
Modifier and TypeInterfaceDescriptioninterface
Provides a method for selecting an individual jsp dialog. -
Uses of I_CmsConfigurationParameterHandler in org.opencms.workplace.editors
Modifier and TypeInterfaceDescriptioninterface
Defines an action to be performed before the workplace editor is opened for the first time.Modifier and TypeClassDescriptionclass
Defines an action to be performed before the workplace editor is opened for the first time.class
Pre 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
Modifier and TypeInterfaceDescriptioninterface
Provides the methods to generate the "direct edit" HTML fragments that are inserted in the generated pages in offline mode.Modifier and TypeClassDescriptionclass
Basic functions for direct edit providers.class
Provider for the OpenCms AdvancedDirectEdit.class
Provider for the OpenCms default graphical "direct edit" buttons.class
Provider for the OpenCms graphical "direct edit" buttons.class
Direct edit provider that uses the same JSP include based logic that has been the default before the 6.2.3 release.class
Creates HTML for simple text based direct edit buttons. -
Uses of I_CmsConfigurationParameterHandler in org.opencms.xml.xml2json.renderer
Modifier and TypeInterfaceDescriptioninterface
Renders a single-locale content tree as JSON.Modifier and TypeClassDescriptionclass
Converts an XML content to JSON by creating a CmsXmlContentTree and then recursively processing its nodes.