Uses of Class
com.liferay.portal.kernel.editor.configuration.EditorOptions
Packages that use EditorOptions
-
Uses of EditorOptions in com.liferay.portal.kernel.editor.configuration
Methods in com.liferay.portal.kernel.editor.configuration that return EditorOptionsModifier and TypeMethodDescriptionEditorConfiguration.getEditorOptions()EditorConfigurationImpl.getEditorOptions()EditorOptionsProvider.getEditorOptions(String portletName, String editorConfigKey, String editorName, Map<String, Object> inputEditorTaglibAttributes, ThemeDisplay themeDisplay, RequestBackedPortletURLFactory requestBackedPortletURLFactory) Methods in com.liferay.portal.kernel.editor.configuration with parameters of type EditorOptionsModifier and TypeMethodDescriptionvoidEditorOptionsContributor.populateEditorOptions(EditorOptions editorOptions, Map<String, Object> inputEditorTaglibAttributes, ThemeDisplay themeDisplay, RequestBackedPortletURLFactory requestBackedPortletURLFactory) Updates the originalEditorOptionsobject with new options.voidEditorConfigTransformer.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.Constructors in com.liferay.portal.kernel.editor.configuration with parameters of type EditorOptionsModifierConstructorDescriptionEditorConfigurationImpl(JSONObject configJSONObject, EditorOptions editorOptions)