Uses of Interface
org.gatein.pc.portlet.container.PortletContainerContext
-
-
Uses of PortletContainerContext in org.gatein.pc.portlet.container
Methods in org.gatein.pc.portlet.container that return PortletContainerContext Modifier and Type Method Description PortletContainerContextPortletContainer. getContext()Returns the context of the portlet container. -
Uses of PortletContainerContext in org.gatein.pc.portlet.container.object
Methods in org.gatein.pc.portlet.container.object with parameters of type PortletContainerContext Modifier and Type Method Description voidPortletContainerObject. setContext(PortletContainerContext context)Set/unset the portlet container context. -
Uses of PortletContainerContext in org.gatein.pc.portlet.impl.container
Methods in org.gatein.pc.portlet.impl.container with parameters of type PortletContainerContext Modifier and Type Method Description PortletContainerLifeCyclePortletApplicationLifeCycle. addPortletContainer(PortletContainerContext portletContainerContext, PortletContainerObject portletContainer) -
Uses of PortletContainerContext in org.gatein.pc.portlet.impl.deployment
Classes in org.gatein.pc.portlet.impl.deployment that implement PortletContainerContext Modifier and Type Class Description classPortletContainerContextImpl -
Uses of PortletContainerContext in org.gatein.pc.portlet.impl.jsr168
Methods in org.gatein.pc.portlet.impl.jsr168 that return PortletContainerContext Modifier and Type Method Description PortletContainerContextPortletContainerImpl. getContext()Methods in org.gatein.pc.portlet.impl.jsr168 with parameters of type PortletContainerContext Modifier and Type Method Description voidPortletContainerImpl. setContext(PortletContainerContext context)
-