Liferay 7.0-ce-m6

Uses of Class
com.liferay.portal.kernel.editor.configuration.EditorOptions

Packages that use EditorOptions
com.liferay.portal.editor.configuration   
com.liferay.portal.kernel.editor.configuration   
 

Uses of EditorOptions in com.liferay.portal.editor.configuration
 

Methods in com.liferay.portal.editor.configuration that return EditorOptions
 EditorOptions EditorConfigurationImpl.getEditorOptions()
           
 EditorOptions EditorOptionsProvider.getEditorOptions(String portletName, String editorConfigKey, String editorName, Map<String,Object> inputEditorTaglibAttributes, ThemeDisplay themeDisplay, LiferayPortletResponse liferayPortletResponse)
           
 

Constructors in com.liferay.portal.editor.configuration with parameters of type EditorOptions
EditorConfigurationImpl(JSONObject configJSONObject, EditorOptions editorOptions)
           
 

Uses of EditorOptions in com.liferay.portal.kernel.editor.configuration
 

Methods in com.liferay.portal.kernel.editor.configuration that return EditorOptions
 EditorOptions EditorConfiguration.getEditorOptions()
           
 

Methods in com.liferay.portal.kernel.editor.configuration with parameters of type EditorOptions
 void EditorOptionsContributor.populateEditorOptions(EditorOptions editorOptions, Map<String,Object> inputEditorTaglibAttributes, ThemeDisplay themeDisplay, LiferayPortletResponse liferayPortletResponse)
           
 void EditorConfigTransformer.transform(EditorOptions editorOptions, Map<String,Object> inputEditorTaglibAttributes, ThemeDisplay themeDisplay, LiferayPortletResponse liferayPortletResponse, JSONObject configJSONObject)
           
 


Liferay 7.0-ce-m6