Liferay 6.2-ce-ga5

com.liferay.portal.kernel.portlet
Class PortletJSONUtil

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

public class PortletJSONUtil
extends Object


Constructor Summary
PortletJSONUtil()
           
 
Method Summary
static void populatePortletJSONObject(javax.servlet.http.HttpServletRequest request, String portletHTML, Portlet portlet, JSONObject jsonObject)
           
static void writeFooterPaths(javax.servlet.http.HttpServletResponse response, JSONObject jsonObject)
           
static void writeHeaderPaths(javax.servlet.http.HttpServletResponse response, JSONObject jsonObject)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletJSONUtil

public PortletJSONUtil()
Method Detail

populatePortletJSONObject

public static void populatePortletJSONObject(javax.servlet.http.HttpServletRequest request,
                                             String portletHTML,
                                             Portlet portlet,
                                             JSONObject jsonObject)
                                      throws Exception
Throws:
Exception

writeFooterPaths

public static void writeFooterPaths(javax.servlet.http.HttpServletResponse response,
                                    JSONObject jsonObject)
                             throws IOException
Throws:
IOException

writeHeaderPaths

public static void writeHeaderPaths(javax.servlet.http.HttpServletResponse response,
                                    JSONObject jsonObject)
                             throws IOException
Throws:
IOException

Liferay 6.2-ce-ga5