Uses of Interface
org.opencms.xml.content.I_CmsXmlContentEditorChangeHandler
Packages that use 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
Classes in org.opencms.ade.contenteditor that implement I_CmsXmlContentEditorChangeHandlerModifier and TypeClassDescriptionclassAbstract implementation of the content editor change handler.classA change handler that reacts to changes in a field by setting another empty field to a default value.classEditor change handler implementation for the formatter selection in the sitemap config.classHandles 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
Methods in org.opencms.xml.content that return types with arguments of type I_CmsXmlContentEditorChangeHandlerModifier 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.