Liferay 6.0-ee-sp2

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

Packages that use PortletBag
com.liferay.portal.kernel.portlet   
 

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.0-ee-sp2