Liferay 7.0-ce-b4

com.liferay.portal.kernel.portlet
Class JSONPortletResponseUtil

java.lang.Object
  extended by com.liferay.portal.kernel.portlet.JSONPortletResponseUtil

public class JSONPortletResponseUtil
extends Object


Constructor Summary
JSONPortletResponseUtil()
           
 
Method Summary
static void writeJSON(PortletRequest portletRequest, MimeResponse mimeResponse, Object json)
           
static void writeJSON(PortletRequest portletRequest, PortletResponse portletResponse, Object json)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSONPortletResponseUtil

public JSONPortletResponseUtil()
Method Detail

writeJSON

public static void writeJSON(PortletRequest portletRequest,
                             MimeResponse mimeResponse,
                             Object json)
                      throws IOException
Throws:
IOException

writeJSON

public static void writeJSON(PortletRequest portletRequest,
                             PortletResponse portletResponse,
                             Object json)
                      throws IOException
Throws:
IOException

Liferay 7.0-ce-b4