public class CmsXmlContentEditor extends A_CmsFrameEditor
m_editorState| Constructor and Description |
|---|
CmsXmlContentEditor() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getEditorUri()
Returns the editor URI.
|
int |
getPriority()
Gets the priority.
|
boolean |
matchesType(I_CmsResourceType type,
boolean plainText)
Checks whether the editor is available for the given resource type.
|
I_CmsEditor |
newInstance()
Returns a new editor instance.
|
afterViewChange, beforeViewChange, initUI, matchesResourcepublic CmsXmlContentEditor()
public int getPriority()
I_CmsEditorIf multiple editors for the same resource type are available, the one with the highest priority will be picked.
I_CmsEditor.getPriority()public boolean matchesType(I_CmsResourceType type, boolean plainText)
I_CmsEditortype - the resource type to editplainText - if plain text editing is requiredtrue if the editor is available for the given resourceI_CmsEditor.matchesType(org.opencms.file.types.I_CmsResourceType, boolean)public I_CmsEditor newInstance()
I_CmsEditorI_CmsEditor.newInstance()protected java.lang.String getEditorUri()
A_CmsFrameEditorgetEditorUri in class A_CmsFrameEditorA_CmsFrameEditor.getEditorUri()