Uses of Interface
org.gatein.pc.portlet.container.PortletFilterContext
-
-
Uses of PortletFilterContext in org.gatein.pc.portlet.container
Methods in org.gatein.pc.portlet.container that return PortletFilterContext Modifier and Type Method Description PortletFilterContextPortletFilter. getContext()Returns the context of the portlet filter -
Uses of PortletFilterContext in org.gatein.pc.portlet.container.object
Methods in org.gatein.pc.portlet.container.object with parameters of type PortletFilterContext Modifier and Type Method Description voidPortletFilterObject. setContext(PortletFilterContext context)Set the context required by that filter. -
Uses of PortletFilterContext in org.gatein.pc.portlet.impl.container
Methods in org.gatein.pc.portlet.impl.container with parameters of type PortletFilterContext Modifier and Type Method Description PortletFilterLifeCyclePortletApplicationLifeCycle. addPortletFilter(PortletFilterContext portletFilterContext, PortletFilterObject portletFilter) -
Uses of PortletFilterContext in org.gatein.pc.portlet.impl.deployment
Classes in org.gatein.pc.portlet.impl.deployment that implement PortletFilterContext Modifier and Type Class Description classPortletFilterContextImpl -
Uses of PortletFilterContext in org.gatein.pc.portlet.impl.jsr168
Methods in org.gatein.pc.portlet.impl.jsr168 that return PortletFilterContext Modifier and Type Method Description PortletFilterContextPortletFilterImpl. getContext()Methods in org.gatein.pc.portlet.impl.jsr168 with parameters of type PortletFilterContext Modifier and Type Method Description voidPortletFilterImpl. setContext(PortletFilterContext context)
-