Liferay 7.0-ga1 portal-impl

com.liferay.portal.json
Class JoddJSONContext

java.lang.Object
  extended by com.liferay.portal.json.JoddJSONContext
All Implemented Interfaces:
com.liferay.portal.kernel.json.JSONContext

public class JoddJSONContext
extends Object
implements com.liferay.portal.kernel.json.JSONContext


Constructor Summary
JoddJSONContext(jodd.json.JsonContext jsonContext)
           
 
Method Summary
 jodd.json.JsonContext getImplementation()
           
 void write(String content)
           
 void writeQuoted(String content)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JoddJSONContext

public JoddJSONContext(jodd.json.JsonContext jsonContext)
Method Detail

getImplementation

public jodd.json.JsonContext getImplementation()

write

public void write(String content)
Specified by:
write in interface com.liferay.portal.kernel.json.JSONContext

writeQuoted

public void writeQuoted(String content)
Specified by:
writeQuoted in interface com.liferay.portal.kernel.json.JSONContext

Liferay 7.0-ga1 portal-impl