org.opencms.workplace.editors
Class CmsXmlContentEditorTypeMatcher
java.lang.Object
org.opencms.workplace.editors.CmsXmlContentEditorTypeMatcher
- All Implemented Interfaces:
- I_CmsEditorTypeMatcher
public class CmsXmlContentEditorTypeMatcher
- extends Object
- implements I_CmsEditorTypeMatcher
Implementation of an additionional editor resource type matcher for xmlcontent resources.
All resourcetypes refering to xmlcontent will be found by this class.
- Since:
- 6.0.0
- Version:
- $Revision: 1.8 $
- Author:
- Michael Emmerich
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TYPE_XMLCONTENT
protected static final String TYPE_XMLCONTENT
- The name of the xmlcontent resource type.
- See Also:
- Constant Field Values
CmsXmlContentEditorTypeMatcher
public CmsXmlContentEditorTypeMatcher()
getAdditionalResourceTypes
public List getAdditionalResourceTypes()
- Description copied from interface:
I_CmsEditorTypeMatcher
- Returns a list of resource type names which are assigned to an editor.
- Specified by:
getAdditionalResourceTypes in interface I_CmsEditorTypeMatcher
- Returns:
- list of resource type names
- See Also:
I_CmsEditorTypeMatcher.getAdditionalResourceTypes()