com.liferay.portal.json
Class JoddJSONContext
java.lang.Object
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
| 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 com.liferay.portal.kernel.json.JSONContext
writeQuoted
public void writeQuoted(String content)
- Specified by:
writeQuoted in interface com.liferay.portal.kernel.json.JSONContext