public class PortletBagPool
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static PortletBag |
get(java.lang.String portletId) |
static void |
put(java.lang.String portletId,
PortletBag portletBag) |
static PortletBag |
remove(java.lang.String portletId) |
static void |
reset() |
public static PortletBag get(java.lang.String portletId)
public static void put(java.lang.String portletId,
PortletBag portletBag)
public static PortletBag remove(java.lang.String portletId)
public static void reset()