Liferay 7.0-ce-b4

com.liferay.portal.kernel.editor.configuration
Class BaseEditorConfigContributor

java.lang.Object
  extended by com.liferay.portal.kernel.editor.configuration.BaseEditorConfigContributor
All Implemented Interfaces:
EditorConfigContributor

public abstract class BaseEditorConfigContributor
extends Object
implements EditorConfigContributor


Constructor Summary
BaseEditorConfigContributor()
           
 
Method Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.kernel.editor.configuration.EditorConfigContributor
populateConfigJSONObject
 

Constructor Detail

BaseEditorConfigContributor

public BaseEditorConfigContributor()
Method Detail

getContentsLanguageDir

protected String getContentsLanguageDir(Map<String,Object> inputEditorTaglibAttributes)

getContentsLanguageId

protected String getContentsLanguageId(Map<String,Object> inputEditorTaglibAttributes)

getContentsLocale

protected Locale getContentsLocale(Map<String,Object> inputEditorTaglibAttributes)

getLanguageId

protected String getLanguageId(ThemeDisplay themeDisplay)

toJSONArray

protected JSONArray toJSONArray(String json)

toJSONArray

protected JSONArray toJSONArray(String... values)

toJSONObject

protected JSONObject toJSONObject(String json)

Liferay 7.0-ce-b4