Uses of Interface
org.opencms.xml.content.I_CmsXmlContentEditorChangeHandler
Package
Description
Contains server side classes for the XML content editor.
Contains functions for structured content storage using XML, commonly called "XML content" in OpenCms.
-
Uses of I_CmsXmlContentEditorChangeHandler in org.opencms.ade.contenteditor
Modifier and TypeClassDescriptionclass
Abstract implementation of the content editor change handler.class
A change handler that reacts to changes in a field by setting another empty field to a default value.class
Editor change handler implementation for the formatter selection in the sitemap config.class
Handles editor content changes to read OpenCms resource properties and insert their values into the edited content. -
Uses of I_CmsXmlContentEditorChangeHandler in org.opencms.xml.content
Modifier and TypeMethodDescriptionCmsDefaultXmlContentHandler.getEditorChangeHandlers
(boolean selfOnly) I_CmsXmlContentHandler.getEditorChangeHandlers
(boolean selfOnly) Returns the editor change handlers.protected List<I_CmsXmlContentEditorChangeHandler>
CmsDefaultXmlContentHandler.getNestedEditorChangeHandlers()
Creates editor change handler instances for all nested fields that have configured them in their field settingsCmsChangeHandlerConfig.newHandler
(String scope) Creates a new handler instance using this configuration and the given scope.