Uses of Interface
org.gatein.pc.portlet.container.PortletApplicationContext
Packages that use PortletApplicationContext
Package
Description
-
Uses of PortletApplicationContext in org.gatein.pc.portlet.container
Methods in org.gatein.pc.portlet.container that return PortletApplicationContextModifier and TypeMethodDescriptionPortletApplication.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 PortletApplicationContextModifier and TypeMethodDescriptionPortletApplicationObject.getContext()Returns the context related to this application.Methods in org.gatein.pc.portlet.container.object with parameters of type PortletApplicationContextModifier and TypeMethodDescriptionvoidPortletApplicationObject.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 PortletApplicationContextModifierConstructorDescriptionPortletApplicationLifeCycle(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 -
Uses of PortletApplicationContext in org.gatein.pc.portlet.impl.jsr168
Fields in org.gatein.pc.portlet.impl.jsr168 declared as PortletApplicationContextModifier and TypeFieldDescriptionprotected PortletApplicationContextPortletApplicationImpl.context.Methods in org.gatein.pc.portlet.impl.jsr168 that return PortletApplicationContextMethods in org.gatein.pc.portlet.impl.jsr168 with parameters of type PortletApplicationContextModifier and TypeMethodDescriptionvoidPortletApplicationImpl.setContext(PortletApplicationContext context)