public abstract class A_CmsXmlContentEditorChangeHandler extends java.lang.Object implements I_CmsXmlContentEditorChangeHandler
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
m_configuration
The configuration string.
|
protected java.lang.String |
m_scope
The content field to watch for changes.
|
| Constructor and Description |
|---|
A_CmsXmlContentEditorChangeHandler() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getConfiguration()
Returns the handler configuration.
|
java.lang.String |
getScope()
Returns the handler scope.
|
java.lang.String |
resolveRelativePath(java.lang.String source,
java.lang.String target)
Resolves a relative content value path to an absolute one.
|
void |
setConfiguration(java.lang.String configuration)
Sets the configuration.
|
void |
setScope(java.lang.String scope)
Sets the scope to observe for changes.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithandleChangeprotected java.lang.String m_configuration
protected java.lang.String m_scope
public A_CmsXmlContentEditorChangeHandler()
public java.lang.String getConfiguration()
I_CmsXmlContentEditorChangeHandlergetConfiguration in interface I_CmsXmlContentEditorChangeHandlerI_CmsXmlContentEditorChangeHandler.getConfiguration()public java.lang.String getScope()
I_CmsXmlContentEditorChangeHandlergetScope in interface I_CmsXmlContentEditorChangeHandlerI_CmsXmlContentEditorChangeHandler.getScope()public java.lang.String resolveRelativePath(java.lang.String source, java.lang.String target)
source - the source pathtarget - the target pathpublic void setConfiguration(java.lang.String configuration)
I_CmsXmlContentEditorChangeHandlersetConfiguration in interface I_CmsXmlContentEditorChangeHandlerconfiguration - the configurationI_CmsXmlContentEditorChangeHandler.setConfiguration(java.lang.String)public void setScope(java.lang.String scope)
I_CmsXmlContentEditorChangeHandlerWith a scope set to '/link' all changes below the path /link will be observed.
setScope in interface I_CmsXmlContentEditorChangeHandlerscope - the scopeI_CmsXmlContentEditorChangeHandler.setScope(java.lang.String)