public class AlloyEditorConfigContributor extends BaseAlloyEditorConfigContributor
| Constructor and Description |
|---|
AlloyEditorConfigContributor() |
| Modifier and Type | Method and Description |
|---|---|
protected com.liferay.portal.kernel.json.JSONObject |
getStyleFormatJSONObject(java.lang.String styleFormatName,
java.lang.String element,
java.lang.String cssClass,
int type) |
protected com.liferay.portal.kernel.json.JSONArray |
getStyleFormatsJSONArray(java.util.Locale locale) |
protected com.liferay.portal.kernel.json.JSONObject |
getStyleFormatsJSONObject(java.util.Locale locale) |
protected com.liferay.portal.kernel.json.JSONObject |
getStyleJSONObject(java.lang.String element,
java.lang.String cssClass,
int type) |
protected com.liferay.portal.kernel.json.JSONObject |
getToolbarsAddJSONObject() |
protected com.liferay.portal.kernel.json.JSONObject |
getToolbarsJSONObject(java.util.Locale locale) |
protected com.liferay.portal.kernel.json.JSONObject |
getToolbarsStylesJSONObject(java.util.Locale locale) |
protected com.liferay.portal.kernel.json.JSONObject |
getToolbarsStylesSelectionsImageJSONObject() |
protected com.liferay.portal.kernel.json.JSONArray |
getToolbarsStylesSelectionsJSONArray(java.util.Locale locale) |
protected com.liferay.portal.kernel.json.JSONObject |
getToolbarsStylesSelectionsLinkJSONObject() |
protected com.liferay.portal.kernel.json.JSONObject |
getToolbarsStylesSelectionsTableJSONObject() |
protected com.liferay.portal.kernel.json.JSONObject |
getToolbarsStylesSelectionsTextJSONObject(java.util.Locale locale) |
void |
populateConfigJSONObject(com.liferay.portal.kernel.json.JSONObject jsonObject,
java.util.Map<java.lang.String,java.lang.Object> inputEditorTaglibAttributes,
com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay,
com.liferay.portal.kernel.portlet.RequestBackedPortletURLFactory requestBackedPortletURLFactory) |
protected void |
setResourceBundleLoader(com.liferay.portal.kernel.util.ResourceBundleLoader resourceBundleLoader) |
public void populateConfigJSONObject(com.liferay.portal.kernel.json.JSONObject jsonObject,
java.util.Map<java.lang.String,java.lang.Object> inputEditorTaglibAttributes,
com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay,
com.liferay.portal.kernel.portlet.RequestBackedPortletURLFactory requestBackedPortletURLFactory)
populateConfigJSONObject in interface com.liferay.portal.kernel.editor.configuration.EditorConfigContributorpopulateConfigJSONObject in class BaseAlloyEditorConfigContributorprotected com.liferay.portal.kernel.json.JSONObject getStyleFormatJSONObject(java.lang.String styleFormatName,
java.lang.String element,
java.lang.String cssClass,
int type)
protected com.liferay.portal.kernel.json.JSONArray getStyleFormatsJSONArray(java.util.Locale locale)
protected com.liferay.portal.kernel.json.JSONObject getStyleFormatsJSONObject(java.util.Locale locale)
protected com.liferay.portal.kernel.json.JSONObject getStyleJSONObject(java.lang.String element,
java.lang.String cssClass,
int type)
protected com.liferay.portal.kernel.json.JSONObject getToolbarsAddJSONObject()
protected com.liferay.portal.kernel.json.JSONObject getToolbarsJSONObject(java.util.Locale locale)
protected com.liferay.portal.kernel.json.JSONObject getToolbarsStylesJSONObject(java.util.Locale locale)
protected com.liferay.portal.kernel.json.JSONObject getToolbarsStylesSelectionsImageJSONObject()
protected com.liferay.portal.kernel.json.JSONArray getToolbarsStylesSelectionsJSONArray(java.util.Locale locale)
protected com.liferay.portal.kernel.json.JSONObject getToolbarsStylesSelectionsLinkJSONObject()
protected com.liferay.portal.kernel.json.JSONObject getToolbarsStylesSelectionsTableJSONObject()
protected com.liferay.portal.kernel.json.JSONObject getToolbarsStylesSelectionsTextJSONObject(java.util.Locale locale)
protected void setResourceBundleLoader(com.liferay.portal.kernel.util.ResourceBundleLoader resourceBundleLoader)