Liferay 6.2-ce-ga5

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.portal.resiliency.mpi.portlet   
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.portal.resiliency.mpi.portlet
 

Classes in com.liferay.portal.resiliency.mpi.portlet that implement PortletContainer
 class PortalResiliencyPortletContainerWrapper
           
 

Methods in com.liferay.portal.resiliency.mpi.portlet that return PortletContainer
static PortletContainer PortalResiliencyPortletContainerWrapper.createPortalResiliencyPortletContainerWrapper(PortletContainer portletContainer)
           
 

Methods in com.liferay.portal.resiliency.mpi.portlet with parameters of type PortletContainer
static PortletContainer PortalResiliencyPortletContainerWrapper.createPortalResiliencyPortletContainerWrapper(PortletContainer portletContainer)
           
 

Constructors in com.liferay.portal.resiliency.mpi.portlet with parameters of type PortletContainer
PortalResiliencyPortletContainerWrapper(PortletContainer portletContainer)
           
 

Uses of PortletContainer in com.liferay.portlet
 

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

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

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

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


Liferay 6.2-ce-ga5