com.liferay.portal.editor.configuration
Class EditorConfigProvider
java.lang.Object
com.liferay.portal.editor.configuration.BaseEditorConfigurationProvider<com.liferay.portal.kernel.editor.configuration.EditorConfigContributor>
com.liferay.portal.editor.configuration.EditorConfigProvider
public class EditorConfigProvider
- extends BaseEditorConfigurationProvider<com.liferay.portal.kernel.editor.configuration.EditorConfigContributor>
|
Method Summary |
com.liferay.portal.kernel.json.JSONObject |
getConfigJSONObject(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.EditorConfigContributor>> |
getServiceTrackerMap()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EditorConfigProvider
public EditorConfigProvider()
getConfigJSONObject
public com.liferay.portal.kernel.json.JSONObject getConfigJSONObject(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.EditorConfigContributor>> getServiceTrackerMap()
- Specified by:
getServiceTrackerMap in class BaseEditorConfigurationProvider<com.liferay.portal.kernel.editor.configuration.EditorConfigContributor>