Liferay 7.0-ce-b4

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, RequestBackedPortletURLFactory requestBackedPortletURLFactory)
           
 

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, RequestBackedPortletURLFactory requestBackedPortletURLFactory)
          Updates the original EditorOptions object with new options.
 void EditorConfigTransformer.transform(EditorOptions editorOptions, Map<String,Object> inputEditorTaglibAttributes, JSONObject configJSONObject, ThemeDisplay themeDisplay, RequestBackedPortletURLFactory requestBackedPortletURLFactory)
          Transforms the editor options in configuration that the editor can handle, by populating the configuration JSON object.
 


Liferay 7.0-ce-b4