Liferay 6.2-ce-ga5

Uses of Class
com.liferay.portlet.PortletContextBag

Packages that use PortletContextBag
com.liferay.portlet This package defines the common portlet interfaces, base classes, classes, factories, and utilities. 
 

Uses of PortletContextBag in com.liferay.portlet
 

Methods in com.liferay.portlet that return PortletContextBag
static PortletContextBag PortletContextBagPool.get(String servletContextName)
           
static PortletContextBag PortletContextBagPool.remove(String servletContextName)
           
 

Methods in com.liferay.portlet with parameters of type PortletContextBag
static void PortletContextBagPool.put(String servletContextName, PortletContextBag portletContextBag)
           
 


Liferay 6.2-ce-ga5