Class JSONPortletResponseUtil
Object
com.liferay.portal.kernel.portlet.JSONPortletResponseUtil
- Author:
- Adolfo Pérez
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
writeJSON
(PortletRequest portletRequest, MimeResponse mimeResponse, Object object) static void
writeJSON
(PortletRequest portletRequest, PortletResponse portletResponse, Object object)
-
Constructor Details
-
JSONPortletResponseUtil
public JSONPortletResponseUtil()
-
-
Method Details
-
writeJSON
public static void writeJSON(PortletRequest portletRequest, MimeResponse mimeResponse, Object object) throws IOException - Throws:
IOException
-
writeJSON
public static void writeJSON(PortletRequest portletRequest, PortletResponse portletResponse, Object object) throws IOException - Throws:
IOException
-