public abstract class BaseEditorConfigurationProvider<T> extends Object
Modifier and Type | Class and Description |
---|---|
protected static class |
BaseEditorConfigurationProvider.EditorServiceReferenceMapper<T> |
Constructor and Description |
---|
BaseEditorConfigurationProvider() |
Modifier and Type | Method and Description |
---|---|
protected List<T> |
getContributors(String portletName,
String editorConfigKey,
String editorName) |
protected static String |
getKey(String portletName,
String editorConfigKey,
String editorName) |
protected abstract com.liferay.registry.collections.ServiceTrackerMap<String,List<T>> |
getServiceTrackerMap() |
protected void |
populateContributor(List<T> contributors,
String key) |
protected static String getKey(String portletName, String editorConfigKey, String editorName)
protected List<T> getContributors(String portletName, String editorConfigKey, String editorName)
protected abstract com.liferay.registry.collections.ServiceTrackerMap<String,List<T>> getServiceTrackerMap()