com.liferay.portal.kernel.portlet
Class JSONPortletResponseUtil
java.lang.Object
com.liferay.portal.kernel.portlet.JSONPortletResponseUtil
public class JSONPortletResponseUtil
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JSONPortletResponseUtil
public JSONPortletResponseUtil()
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