Liferay 7.0-ga1 portal-impl

com.liferay.portal.editor.configuration
Class EditorOptionsProvider

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

public class EditorOptionsProvider
extends BaseEditorConfigurationProvider<com.liferay.portal.kernel.editor.configuration.EditorOptionsContributor>


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

getServiceTrackerMap

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

Liferay 7.0-ga1 portal-impl