public class EditorConfigurationFactoryImpl
extends java.lang.Object
implements com.liferay.portal.kernel.editor.configuration.EditorConfigurationFactory
| Constructor and Description |
|---|
EditorConfigurationFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.liferay.portal.kernel.editor.configuration.EditorConfiguration |
getEditorConfiguration(java.lang.String portletName,
java.lang.String editorConfigKey,
java.lang.String editorName,
java.util.Map<java.lang.String,java.lang.Object> inputEditorTaglibAttributes,
com.liferay.portal.theme.ThemeDisplay themeDisplay,
com.liferay.portlet.RequestBackedPortletURLFactory requestBackedPortletURLFactory) |
void |
setEditorConfigProvider(EditorConfigProvider editorConfigProvider) |
void |
setEditorOptionsProvider(EditorOptionsProvider editorOptionsProvider) |
public com.liferay.portal.kernel.editor.configuration.EditorConfiguration getEditorConfiguration(java.lang.String portletName,
java.lang.String editorConfigKey,
java.lang.String editorName,
java.util.Map<java.lang.String,java.lang.Object> inputEditorTaglibAttributes,
com.liferay.portal.theme.ThemeDisplay themeDisplay,
com.liferay.portlet.RequestBackedPortletURLFactory requestBackedPortletURLFactory)
getEditorConfiguration in interface com.liferay.portal.kernel.editor.configuration.EditorConfigurationFactorypublic void setEditorConfigProvider(EditorConfigProvider editorConfigProvider)
public void setEditorOptionsProvider(EditorOptionsProvider editorOptionsProvider)