Package org.opencms.workplace.editors
Interface I_CmsEditorTypeMatcher
- All Known Implementing Classes:
CmsXmlContentEditorTypeMatcher
public interface I_CmsEditorTypeMatcher
Provides a method for assigning additional resource types to editors.
The implementations of this class must be configurated in the editor configuration.
- Since:
- 6.0.0
-
Method Summary
Modifier and TypeMethodDescriptionReturns a list of resource type names which are assigned to an editor.
-
Method Details
-
getAdditionalResourceTypes
Returns a list of resource type names which are assigned to an editor.- Returns:
- list of resource type names
-