com.liferay.portal.kernel.portlet
Class PortletJSONUtil

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

public class PortletJSONUtil
extends java.lang.Object

Author:
Raymond Augé

Constructor Summary
PortletJSONUtil()
           
 
Method Summary
protected static java.lang.String getRootPortletId(Portlet portlet)
           
static void populatePortletJSONObject(javax.servlet.http.HttpServletRequest request, java.lang.String portletHTML, Portlet portlet, 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,
                                             java.lang.String portletHTML,
                                             Portlet portlet,
                                             JSONObject jsonObject)
                                      throws java.lang.Exception
Throws:
java.lang.Exception

getRootPortletId

protected static java.lang.String getRootPortletId(Portlet portlet)