Uses of Interface
org.gatein.pc.portlet.container.PortletApplicationContext
-
-
Uses of PortletApplicationContext in org.gatein.pc.portlet.container
Methods in org.gatein.pc.portlet.container that return PortletApplicationContext Modifier and Type Method Description PortletApplicationContextPortletApplication. getContext()Returns the context of the portlet application. -
Uses of PortletApplicationContext in org.gatein.pc.portlet.container.object
Methods in org.gatein.pc.portlet.container.object that return PortletApplicationContext Modifier and Type Method Description PortletApplicationContextPortletApplicationObject. getContext()Returns the context related to this application.Methods in org.gatein.pc.portlet.container.object with parameters of type PortletApplicationContext Modifier and Type Method Description voidPortletApplicationObject. setContext(PortletApplicationContext context)Set the context required by that application. -
Uses of PortletApplicationContext in org.gatein.pc.portlet.impl.container
Constructors in org.gatein.pc.portlet.impl.container with parameters of type PortletApplicationContext Constructor Description PortletApplicationLifeCycle(ManagedObjectRegistryEventListener listener, PortletApplicationContext portletApplicationContext, PortletApplicationObject portletApplication)PortletApplicationLifeCycle(PortletApplicationContext portletApplicationContext, PortletApplicationObject portletApplication) -
Uses of PortletApplicationContext in org.gatein.pc.portlet.impl.deployment
Classes in org.gatein.pc.portlet.impl.deployment that implement PortletApplicationContext Modifier and Type Class Description classPortletApplicationContextImpl -
Uses of PortletApplicationContext in org.gatein.pc.portlet.impl.jsr168
Fields in org.gatein.pc.portlet.impl.jsr168 declared as PortletApplicationContext Modifier and Type Field Description protected PortletApplicationContextPortletApplicationImpl. context.Methods in org.gatein.pc.portlet.impl.jsr168 that return PortletApplicationContext Modifier and Type Method Description PortletApplicationContextPortletApplicationImpl. getContext()Methods in org.gatein.pc.portlet.impl.jsr168 with parameters of type PortletApplicationContext Modifier and Type Method Description voidPortletApplicationImpl. setContext(PortletApplicationContext context)
-