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
 java.util.List<java.lang.String> getAdditionalResourceTypes()
          Returns a list of resource type names which are assigned to an editor.
 

Method Detail

getAdditionalResourceTypes

java.util.List<java.lang.String> getAdditionalResourceTypes()
Returns a list of resource type names which are assigned to an editor.

Returns:
list of resource type names