Uses of Class
org.gatein.pc.portlet.impl.container.PortletContainerLifeCycle
-
Packages that use PortletContainerLifeCycle Package Description org.gatein.pc.portlet.impl.container -
-
Uses of PortletContainerLifeCycle in org.gatein.pc.portlet.impl.container
Methods in org.gatein.pc.portlet.impl.container that return PortletContainerLifeCycle Modifier and Type Method Description PortletContainerLifeCyclePortletApplicationLifeCycle. addPortletContainer(PortletContainerContext portletContainerContext, PortletContainerObject portletContainer)PortletContainerLifeCyclePortletApplicationLifeCycle. getManagedPortletContainer(String portletContainerId)Methods in org.gatein.pc.portlet.impl.container that return types with arguments of type PortletContainerLifeCycle Modifier and Type Method Description Set<PortletContainerLifeCycle>PortletApplicationLifeCycle. getDependencies(PortletFilterLifeCycle portletFilterLifeCycle)Iterable<? extends PortletContainerLifeCycle>PortletApplicationLifeCycle. getManagedPortletContainers()Methods in org.gatein.pc.portlet.impl.container with parameters of type PortletContainerLifeCycle Modifier and Type Method Description voidPortletApplicationLifeCycle. addDependency(PortletFilterLifeCycle portletFilterLifeCycle, PortletContainerLifeCycle portletContainerLifeCycle)Set<PortletFilterLifeCycle>PortletApplicationLifeCycle. getDependencies(PortletContainerLifeCycle portletContainerLifeCycle)
-