Liferay 7.0-ce-b4

com.liferay.portal.kernel.editor.configuration
Class EditorConfigurationFactoryUtil

java.lang.Object
  extended by com.liferay.portal.kernel.editor.configuration.EditorConfigurationFactoryUtil

public class EditorConfigurationFactoryUtil
extends Object


Constructor Summary
EditorConfigurationFactoryUtil()
           
 
Method Summary
static EditorConfiguration getEditorConfiguration(String portletName, String editorConfigKey, String editorName, Map<String,Object> inputEditorTaglibAttributes, ThemeDisplay themeDisplay, RequestBackedPortletURLFactory requestBackedPortletURLFactory)
           
static EditorConfigurationFactory getEditorConfigurationFactory()
           
 void setEditorConfigurationFactory(EditorConfigurationFactory editorConfigurationFactory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditorConfigurationFactoryUtil

public EditorConfigurationFactoryUtil()
Method Detail

getEditorConfiguration

public static EditorConfiguration getEditorConfiguration(String portletName,
                                                         String editorConfigKey,
                                                         String editorName,
                                                         Map<String,Object> inputEditorTaglibAttributes,
                                                         ThemeDisplay themeDisplay,
                                                         RequestBackedPortletURLFactory requestBackedPortletURLFactory)

getEditorConfigurationFactory

public static EditorConfigurationFactory getEditorConfigurationFactory()

setEditorConfigurationFactory

public void setEditorConfigurationFactory(EditorConfigurationFactory editorConfigurationFactory)

Liferay 7.0-ce-b4