Liferay 6.1.2-ce-ga3

com.liferay.portlet
Class RenderParametersPool

java.lang.Object
  extended by com.liferay.portlet.RenderParametersPool

public class RenderParametersPool
extends Object


Constructor Summary
RenderParametersPool()
           
 
Method Summary
static void clear(javax.servlet.http.HttpServletRequest request, long plid)
           
static void clear(javax.servlet.http.HttpServletRequest request, long plid, String portletId)
           
static Map<String,Map<String,String[]>> get(javax.servlet.http.HttpServletRequest request, long plid)
           
static Map<String,String[]> get(javax.servlet.http.HttpServletRequest request, long plid, String portletId)
           
static void put(javax.servlet.http.HttpServletRequest request, long plid, String portletId, Map<String,String[]> 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 request,
                         long plid)

clear

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

get

public static Map<String,Map<String,String[]>> get(javax.servlet.http.HttpServletRequest request,
                                                   long plid)

get

public static Map<String,String[]> get(javax.servlet.http.HttpServletRequest request,
                                       long plid,
                                       String portletId)

put

public static void put(javax.servlet.http.HttpServletRequest request,
                       long plid,
                       String portletId,
                       Map<String,String[]> params)

Liferay 6.1.2-ce-ga3