Liferay 6.1.2-ce-ga3

Uses of Interface
com.liferay.portal.kernel.portlet.PortletBag

Packages that use PortletBag
com.liferay.portal.deploy.hot   
com.liferay.portal.kernel.portlet This package defines the kernel portlet interfaces and classes. 
com.liferay.portlet This package defines the common portlet interfaces, base classes, classes, factories, and utilities. 
 

Uses of PortletBag in com.liferay.portal.deploy.hot
 

Methods in com.liferay.portal.deploy.hot that return PortletBag
protected  PortletBag PortletHotDeployListener.initPortlet(Portlet portlet, PortletBagFactory portletBagFactory)
           
 

Uses of PortletBag in com.liferay.portal.kernel.portlet
 

Methods in com.liferay.portal.kernel.portlet that return PortletBag
static PortletBag PortletBagPool.get(String portletId)
           
static PortletBag PortletBagPool.remove(String portletId)
           
 

Methods in com.liferay.portal.kernel.portlet with parameters of type PortletBag
static void PortletBagPool.put(String portletId, PortletBag portletBag)
           
 

Uses of PortletBag in com.liferay.portlet
 

Classes in com.liferay.portlet that implement PortletBag
 class PortletBagImpl
           
 

Methods in com.liferay.portlet that return PortletBag
 PortletBag PortletBagFactory.create(Portlet portlet)
           
 


Liferay 6.1.2-ce-ga3