Liferay 6.2.0-ce-m5

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

Packages that use PortletContainer
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 PortletContainer in com.liferay.portal.kernel.portlet
 

Methods in com.liferay.portal.kernel.portlet that return PortletContainer
static PortletContainer PortletContainerUtil.getPortletContainer()
           
 

Methods in com.liferay.portal.kernel.portlet with parameters of type PortletContainer
 void PortletContainerUtil.setPortletContainer(PortletContainer portletContainer)
           
 

Uses of PortletContainer in com.liferay.portlet
 

Classes in com.liferay.portlet that implement PortletContainer
 class PortletContainerImpl
           
 class RestrictPortletContainerWrapper
           
 

Methods in com.liferay.portlet that return PortletContainer
static PortletContainer RestrictPortletContainerWrapper.createRestrictPortletContainerWrapper(PortletContainer portletContainer)
           
 

Methods in com.liferay.portlet with parameters of type PortletContainer
static PortletContainer RestrictPortletContainerWrapper.createRestrictPortletContainerWrapper(PortletContainer portletContainer)
           
 

Constructors in com.liferay.portlet with parameters of type PortletContainer
RestrictPortletContainerWrapper(PortletContainer portletContainer)
           
 


Liferay 6.2.0-ce-m5