Liferay 7.0-ce-m6

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  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

toJSONArray

protected JSONArray toJSONArray(String json)

toJSONObject

protected JSONObject toJSONObject(String json)

Liferay 7.0-ce-m6