Liferay 7.0-ce-b4

com.liferay.portal.editor.configuration
Class EditorOptionsProvider

java.lang.Object
  extended by com.liferay.portal.editor.configuration.BaseEditorConfigurationProvider<EditorOptionsContributor>
      extended by com.liferay.portal.editor.configuration.EditorOptionsProvider

public class EditorOptionsProvider
extends BaseEditorConfigurationProvider<EditorOptionsContributor>


Nested Class Summary
 
Nested classes/interfaces inherited from class com.liferay.portal.editor.configuration.BaseEditorConfigurationProvider
BaseEditorConfigurationProvider.EditorServiceReferenceMapper<T>
 
Constructor Summary
EditorOptionsProvider()
           
 
Method Summary
 EditorOptions getEditorOptions(String portletName, String editorConfigKey, String editorName, Map<String,Object> inputEditorTaglibAttributes, ThemeDisplay themeDisplay, RequestBackedPortletURLFactory requestBackedPortletURLFactory)
           
protected  com.liferay.registry.collections.ServiceTrackerMap<String,List<EditorOptionsContributor>> 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

EditorOptionsProvider

public EditorOptionsProvider()
Method Detail

getEditorOptions

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

getServiceTrackerMap

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

Liferay 7.0-ce-b4