com.liferay.portal.editor.configuration
Class BaseEditorConfigurationProvider<T>
java.lang.Object
com.liferay.portal.editor.configuration.BaseEditorConfigurationProvider<T>
- Direct Known Subclasses:
- EditorConfigProvider, EditorOptionsProvider
public abstract class BaseEditorConfigurationProvider<T>
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseEditorConfigurationProvider
public BaseEditorConfigurationProvider()
getKey
protected static String getKey(String portletName,
String editorConfigKey,
String editorName)
getContributors
protected List<T> getContributors(String portletName,
String editorConfigKey,
String editorName)
getServiceTrackerMap
protected abstract com.liferay.registry.collections.ServiceTrackerMap<String,List<T>> getServiceTrackerMap()
populateContributor
protected void populateContributor(List<T> contributors,
String key)