public class PortletContextBagPool
extends Object
Modifier and Type | Method and Description |
---|---|
static void |
clear() |
static PortletContextBag |
get(String servletContextName) |
static void |
put(String servletContextName,
PortletContextBag portletContextBag) |
static PortletContextBag |
remove(String servletContextName) |
public static void clear()
public static PortletContextBag get(String servletContextName)
public static void put(String servletContextName, PortletContextBag portletContextBag)
public static PortletContextBag remove(String servletContextName)