| Package | Description |
|---|---|
| org.opencms.ade.contenteditor |
Contains server side classes for the XML content editor.
|
| org.opencms.xml.content |
Contains functions for structured content storage using XML, commonly called "XML content" in OpenCms.
|
| Modifier and Type | Class and Description |
|---|---|
class |
A_CmsXmlContentEditorChangeHandler
Abstract implementation of the content editor change handler.
|
class |
CmsDelayedDefaultChangeHandler
A change handler that reacts to changes in a field by setting another empty field to a default value.
|
class |
CmsEditorChangeHandlerFormatterSelection
Editor change handler implementation for the formatter selection in the sitemap config.
|
class |
CmsEditorChangeHandlerProperty
Handles editor content changes to read OpenCms resource properties and insert their values into the edited content.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<I_CmsXmlContentEditorChangeHandler> |
CmsDefaultXmlContentHandler.getEditorChangeHandlers() |
java.util.List<I_CmsXmlContentEditorChangeHandler> |
I_CmsXmlContentHandler.getEditorChangeHandlers()
Returns the editor change handlers.
|