Liferay 7.0-ce-b4

com.liferay.portal.editor.configuration
Class EditorConfigurationImpl

java.lang.Object
  extended by com.liferay.portal.editor.configuration.EditorConfigurationImpl
All Implemented Interfaces:
EditorConfiguration

public class EditorConfigurationImpl
extends Object
implements EditorConfiguration


Constructor Summary
EditorConfigurationImpl(JSONObject configJSONObject, EditorOptions editorOptions)
           
 
Method Summary
 JSONObject getConfigJSONObject()
           
 Map<String,Object> getData()
           
 EditorOptions getEditorOptions()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditorConfigurationImpl

public EditorConfigurationImpl(JSONObject configJSONObject,
                               EditorOptions editorOptions)
Method Detail

getConfigJSONObject

public JSONObject getConfigJSONObject()
Specified by:
getConfigJSONObject in interface EditorConfiguration

getData

public Map<String,Object> getData()
Specified by:
getData in interface EditorConfiguration

getEditorOptions

public EditorOptions getEditorOptions()
Specified by:
getEditorOptions in interface EditorConfiguration

Liferay 7.0-ce-b4