public class CmsEditorChangeHandlerProperty extends A_CmsXmlContentEditorChangeHandler
| Modifier and Type | Field and Description |
|---|---|
protected static org.apache.commons.logging.Log |
LOG
The logger instance.
|
m_configuration, m_scope| Constructor and Description |
|---|
CmsEditorChangeHandlerProperty() |
| Modifier and Type | Method and Description |
|---|---|
CmsXmlContent |
handleChange(CmsObject cms,
CmsXmlContent content,
java.util.Locale locale,
java.util.Collection<java.lang.String> changedPaths)
Handles the content change.
|
void |
setConfiguration(java.lang.String configuration)
Sets the configuration.
|
getConfiguration, getScope, resolveRelativePath, setScopeprotected static final org.apache.commons.logging.Log LOG
public CmsEditorChangeHandlerProperty()
public CmsXmlContent handleChange(CmsObject cms, CmsXmlContent content, java.util.Locale locale, java.util.Collection<java.lang.String> changedPaths)
I_CmsXmlContentEditorChangeHandlercms - the cms contextcontent - the changed contentlocale - the edited localechangedPaths - the changed content value pathsI_CmsXmlContentEditorChangeHandler.handleChange(org.opencms.file.CmsObject, org.opencms.xml.content.CmsXmlContent, java.util.Locale, java.util.Collection)public void setConfiguration(java.lang.String configuration)
I_CmsXmlContentEditorChangeHandlersetConfiguration in interface I_CmsXmlContentEditorChangeHandlersetConfiguration in class A_CmsXmlContentEditorChangeHandlerconfiguration - the configurationI_CmsXmlContentEditorChangeHandler.setConfiguration(java.lang.String)