Package org.opencms.workplace.editors
Class CmsXmlContentEditorTypeMatcher
java.lang.Object
org.opencms.workplace.editors.CmsXmlContentEditorTypeMatcher
- All Implemented Interfaces:
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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a list of resource type names which are assigned to an editor.
-
Constructor Details
-
CmsXmlContentEditorTypeMatcher
public CmsXmlContentEditorTypeMatcher()
-
-
Method Details
-
getAdditionalResourceTypes
Description copied from interface:I_CmsEditorTypeMatcher
Returns a list of resource type names which are assigned to an editor.- Specified by:
getAdditionalResourceTypes
in interfaceI_CmsEditorTypeMatcher
- Returns:
- list of resource type names
- See Also:
-