| Package | Description |
|---|---|
| com.liferay.portal.kernel.editor.configuration |
| Modifier and Type | Method and Description |
|---|---|
EditorOptions |
EditorConfiguration.getEditorOptions() |
| Modifier and Type | Method and Description |
|---|---|
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.
|