public abstract class BaseEditorConfigContributor extends Object implements EditorConfigContributor
Constructor and Description |
---|
BaseEditorConfigContributor() |
Modifier and Type | Method and Description |
---|---|
protected String |
getContentsLanguageDir(Map<String,Object> inputEditorTaglibAttributes) |
protected String |
getContentsLanguageId(Map<String,Object> inputEditorTaglibAttributes) |
protected Locale |
getContentsLocale(Map<String,Object> inputEditorTaglibAttributes) |
protected String |
getLanguageId(ThemeDisplay themeDisplay) |
protected JSONArray |
toJSONArray(String... values) |
protected JSONArray |
toJSONArray(String json) |
protected JSONObject |
toJSONObject(String json) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
populateConfigJSONObject
protected String getContentsLanguageDir(Map<String,Object> inputEditorTaglibAttributes)
protected String getContentsLanguageId(Map<String,Object> inputEditorTaglibAttributes)
protected Locale getContentsLocale(Map<String,Object> inputEditorTaglibAttributes)
protected String getLanguageId(ThemeDisplay themeDisplay)
protected JSONArray toJSONArray(String json)
protected JSONArray toJSONArray(String... values)
protected JSONObject toJSONObject(String json)