com.liferay.portal.json
Class JoddJSONContext
java.lang.Object
com.liferay.portal.json.JoddJSONContext
- All Implemented Interfaces:
- JSONContext
public class JoddJSONContext
- extends Object
- implements JSONContext
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JoddJSONContext
public JoddJSONContext(jodd.json.JsonContext jsonContext)
getImplementation
public jodd.json.JsonContext getImplementation()
write
public void write(String content)
- Specified by:
write in interface JSONContext
writeQuoted
public void writeQuoted(String content)
- Specified by:
writeQuoted in interface JSONContext