com.liferay.portal.editor.configuration
Class EditorOptionsProvider
java.lang.Object
com.liferay.portal.editor.configuration.BaseEditorConfigurationProvider<com.liferay.portal.kernel.editor.configuration.EditorOptionsContributor>
com.liferay.portal.editor.configuration.EditorOptionsProvider
public class EditorOptionsProvider
- extends BaseEditorConfigurationProvider<com.liferay.portal.kernel.editor.configuration.EditorOptionsContributor>
|
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EditorOptionsProvider
public EditorOptionsProvider()
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>