com.liferay.portlet
Class RenderParametersPool

java.lang.Object
  extended bycom.liferay.portlet.RenderParametersPool

public class RenderParametersPool
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
RenderParametersPool()
           
 
Method Summary
static void clear(javax.servlet.http.HttpServletRequest req, long plid)
           
static void clear(javax.servlet.http.HttpServletRequest req, long plid, java.lang.String portletId)
           
static java.util.Map get(javax.servlet.http.HttpServletRequest req, long plid)
           
static java.util.Map get(javax.servlet.http.HttpServletRequest req, long plid, java.lang.String portletId)
           
static void put(javax.servlet.http.HttpServletRequest req, long plid, java.lang.String portletId, java.util.Map params)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RenderParametersPool

public RenderParametersPool()
Method Detail

clear

public static void clear(javax.servlet.http.HttpServletRequest req,
                         long plid)

clear

public static void clear(javax.servlet.http.HttpServletRequest req,
                         long plid,
                         java.lang.String portletId)

get

public static java.util.Map get(javax.servlet.http.HttpServletRequest req,
                                long plid)

get

public static java.util.Map get(javax.servlet.http.HttpServletRequest req,
                                long plid,
                                java.lang.String portletId)

put

public static void put(javax.servlet.http.HttpServletRequest req,
                       long plid,
                       java.lang.String portletId,
                       java.util.Map params)