Uses of Interface
org.jboss.portal.portlet.container.PortletApplicationContext

Packages that use PortletApplicationContext
org.jboss.portal.portlet.container   
org.jboss.portal.portlet.container.object   
org.jboss.portal.portlet.impl.container   
org.jboss.portal.portlet.impl.jsr168   
org.jboss.portal.portlet.mc   
 

Uses of PortletApplicationContext in org.jboss.portal.portlet.container
 

Methods in org.jboss.portal.portlet.container that return PortletApplicationContext
 PortletApplicationContext PortletApplication.getContext()
          Returns the context of the portlet application.
 

Uses of PortletApplicationContext in org.jboss.portal.portlet.container.object
 

Methods in org.jboss.portal.portlet.container.object that return PortletApplicationContext
 PortletApplicationContext PortletApplicationObject.getContext()
          Returns the context related to this application.
 

Methods in org.jboss.portal.portlet.container.object with parameters of type PortletApplicationContext
 void PortletApplicationObject.setContext(PortletApplicationContext context)
          Set the context required by that application.
 

Uses of PortletApplicationContext in org.jboss.portal.portlet.impl.container
 

Constructors in org.jboss.portal.portlet.impl.container with parameters of type PortletApplicationContext
PortletApplicationLifeCycle(ManagedObjectRegistryEventListener listener, PortletApplicationContext portletApplicationContext, PortletApplicationObject portletApplication)
           
PortletApplicationLifeCycle(PortletApplicationContext portletApplicationContext, PortletApplicationObject portletApplication)
           
 

Uses of PortletApplicationContext in org.jboss.portal.portlet.impl.jsr168
 

Fields in org.jboss.portal.portlet.impl.jsr168 declared as PortletApplicationContext
protected  PortletApplicationContext PortletApplicationImpl.context
          .
 

Methods in org.jboss.portal.portlet.impl.jsr168 that return PortletApplicationContext
 PortletApplicationContext PortletApplicationImpl.getContext()
           
 

Methods in org.jboss.portal.portlet.impl.jsr168 with parameters of type PortletApplicationContext
 void PortletApplicationImpl.setContext(PortletApplicationContext context)
           
 

Uses of PortletApplicationContext in org.jboss.portal.portlet.mc
 

Classes in org.jboss.portal.portlet.mc that implement PortletApplicationContext
 class PortletApplicationContextImpl
           
 



Copyright © 2008. All Rights Reserved.