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
Version:
$Revision: 1.7 $
Author:
Michael Emmerich

Method Summary
 java.util.List getAdditionalResourceTypes()
          Returns a list of resource type names which are assigned to an editor.
 

Method Detail

getAdditionalResourceTypes

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

Returns:
list of resource type names