Class JoddJSONContext

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
Author:
Igor Spasic
  • Constructor Details

    • JoddJSONContext

      public JoddJSONContext(jodd.json.JsonContext jsonContext)
  • Method Details

    • 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