Liferay 7.0-ce-b4

com.liferay.portal.editor.configuration
Class EditorConfigProvider

java.lang.Object
  extended by com.liferay.portal.editor.configuration.BaseEditorConfigurationProvider<EditorConfigContributor>
      extended by com.liferay.portal.editor.configuration.EditorConfigProvider

public class EditorConfigProvider
extends BaseEditorConfigurationProvider<EditorConfigContributor>


Nested Class Summary
 
Nested classes/interfaces inherited from class com.liferay.portal.editor.configuration.BaseEditorConfigurationProvider
BaseEditorConfigurationProvider.EditorServiceReferenceMapper<T>
 
Constructor Summary
EditorConfigProvider()
           
 
Method Summary
 JSONObject getConfigJSONObject(String portletName, String editorConfigKey, String editorName, Map<String,Object> inputEditorTaglibAttributes, ThemeDisplay themeDisplay, RequestBackedPortletURLFactory requestBackedPortletURLFactory)
           
protected  com.liferay.registry.collections.ServiceTrackerMap<String,List<EditorConfigContributor>> getServiceTrackerMap()
           
 
Methods inherited from class com.liferay.portal.editor.configuration.BaseEditorConfigurationProvider
getContributors, getKey, populateContributor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditorConfigProvider

public EditorConfigProvider()
Method Detail

getConfigJSONObject

public JSONObject getConfigJSONObject(String portletName,
                                      String editorConfigKey,
                                      String editorName,
                                      Map<String,Object> inputEditorTaglibAttributes,
                                      ThemeDisplay themeDisplay,
                                      RequestBackedPortletURLFactory requestBackedPortletURLFactory)

getServiceTrackerMap

protected com.liferay.registry.collections.ServiceTrackerMap<String,List<EditorConfigContributor>> getServiceTrackerMap()
Specified by:
getServiceTrackerMap in class BaseEditorConfigurationProvider<EditorConfigContributor>

Liferay 7.0-ce-b4