Liferay 7.0-ce-b4

com.liferay.portal.editor.configuration
Class BaseEditorConfigurationProvider<T>

java.lang.Object
  extended by com.liferay.portal.editor.configuration.BaseEditorConfigurationProvider<T>
Direct Known Subclasses:
EditorConfigProvider, EditorOptionsProvider

public abstract class BaseEditorConfigurationProvider<T>
extends Object


Nested Class Summary
protected static class BaseEditorConfigurationProvider.EditorServiceReferenceMapper<T>
           
 
Constructor Summary
BaseEditorConfigurationProvider()
           
 
Method Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseEditorConfigurationProvider

public BaseEditorConfigurationProvider()
Method Detail

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)

Liferay 7.0-ce-b4