Liferay 6.0.5

com.liferay.portal.kernel.portlet
Class PortletBagPool

java.lang.Object
  extended by com.liferay.portal.kernel.portlet.PortletBagPool

public class PortletBagPool
extends Object


Method Summary
static PortletBag get(String portletId)
           
static void put(String portletId, PortletBag portletBag)
           
static PortletBag remove(String portletId)
           
static void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

get

public static PortletBag get(String portletId)

put

public static void put(String portletId,
                       PortletBag portletBag)

remove

public static PortletBag remove(String portletId)

reset

public static void reset()

Liferay 6.0.5