org.opencms.workplace.editors
Class CmsXmlContentEditorTypeMatcher

java.lang.Object
  extended byorg.opencms.workplace.editors.CmsXmlContentEditorTypeMatcher
All Implemented Interfaces:
I_CmsEditorTypeMatcher

public class CmsXmlContentEditorTypeMatcher
extends java.lang.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.11 $
Author:
Michael Emmerich

Field Summary
protected static java.lang.String TYPE_XMLCONTENT
          The name of the xmlcontent resource type.
 
Constructor Summary
CmsXmlContentEditorTypeMatcher()
           
 
Method Summary
 java.util.List getAdditionalResourceTypes()
          Returns a list of resource type names which are assigned to an editor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE_XMLCONTENT

protected static final java.lang.String TYPE_XMLCONTENT
The name of the xmlcontent resource type.

See Also:
Constant Field Values
Constructor Detail

CmsXmlContentEditorTypeMatcher

public CmsXmlContentEditorTypeMatcher()
Method Detail

getAdditionalResourceTypes

public java.util.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()