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