Class JSONPortletResponseUtil

Object
com.liferay.portal.kernel.portlet.JSONPortletResponseUtil

public class JSONPortletResponseUtil extends Object
Author:
Adolfo Pérez
  • 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