Liferay 6.2-ce-ga5

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

Packages that use PortletBag
com.liferay.portal.kernel.portlet This package defines the kernel portlet interfaces and classes. 
 

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)
           
 


Liferay 6.2-ce-ga5