Liferay 7.0-ce-b4

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

java.lang.Object
  extended by com.liferay.portal.kernel.editor.configuration.EditorOptions

public class EditorOptions
extends Object


Constructor Summary
EditorOptions()
           
 
Method Summary
 Map<String,Object> getDynamicAttributes()
           
 String getUploadURL()
           
 boolean isTextMode()
           
 void setTextMode(boolean textMode)
           
 void setUploadURL(String uploadURL)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditorOptions

public EditorOptions()
Method Detail

getDynamicAttributes

public Map<String,Object> getDynamicAttributes()

getUploadURL

public String getUploadURL()

isTextMode

public boolean isTextMode()

setTextMode

public void setTextMode(boolean textMode)

setUploadURL

public void setUploadURL(String uploadURL)

Liferay 7.0-ce-b4