com.liferay.portlet
Class RenderParametersPool
java.lang.Object
com.liferay.portlet.RenderParametersPool
public class RenderParametersPool
- extends Object
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 |
RenderParametersPool
public RenderParametersPool()
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)