Liferay 7.0-ce-b7 portal-impl

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 Map<String,Map<String,String[]>> clear(javax.servlet.http.HttpServletRequest request, long plid)
           
static Map<String,String[]> 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 Map<String,Map<String,String[]>> getOrCreate(javax.servlet.http.HttpServletRequest request, long plid)
           
static Map<String,String[]> getOrCreate(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 Map<String,Map<String,String[]>> clear(javax.servlet.http.HttpServletRequest request,
                                                     long plid)

clear

public static Map<String,String[]> 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)

getOrCreate

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

getOrCreate

public static Map<String,String[]> getOrCreate(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 7.0-ce-b7 portal-impl