Uses of Class
org.gatein.pc.portlet.impl.container.PortletFilterLifeCycle
-
Packages that use PortletFilterLifeCycle Package Description org.gatein.pc.portlet.impl.container -
-
Uses of PortletFilterLifeCycle in org.gatein.pc.portlet.impl.container
Methods in org.gatein.pc.portlet.impl.container that return PortletFilterLifeCycle Modifier and Type Method Description PortletFilterLifeCyclePortletApplicationLifeCycle. addPortletFilter(PortletFilterContext portletFilterContext, PortletFilterObject portletFilter)PortletFilterLifeCyclePortletApplicationLifeCycle. getManagedPortletFilter(String portletFilterId)Methods in org.gatein.pc.portlet.impl.container that return types with arguments of type PortletFilterLifeCycle Modifier and Type Method Description Set<PortletFilterLifeCycle>PortletApplicationLifeCycle. getDependencies(PortletContainerLifeCycle portletContainerLifeCycle)Iterable<? extends PortletFilterLifeCycle>PortletApplicationLifeCycle. getManagedPortletFilters()Methods in org.gatein.pc.portlet.impl.container with parameters of type PortletFilterLifeCycle Modifier and Type Method Description voidPortletApplicationLifeCycle. addDependency(PortletFilterLifeCycle portletFilterLifeCycle, PortletContainerLifeCycle portletContainerLifeCycle)Set<PortletContainerLifeCycle>PortletApplicationLifeCycle. getDependencies(PortletFilterLifeCycle portletFilterLifeCycle)
-