Uses of Interface
javax.portlet.PortalContext

Packages that use PortalContext
javax.portlet The javax.portlet package defines the API for Java Portlet Specification V2.0. 
javax.portlet.filter The javax.portlet.filter package defines the filter APIs for the Java Portlet Specification. 
org.apache.pluto The root package of the Pluto Portlet Container. 
org.apache.pluto.driver.services.container   
org.apache.pluto.internal.impl   
org.apache.pluto.wrappers   
 

Uses of PortalContext in javax.portlet
 

Methods in javax.portlet that return PortalContext
 PortalContext PortletRequest.getPortalContext()
          Returns the context of the calling portal.
 

Uses of PortalContext in javax.portlet.filter
 

Methods in javax.portlet.filter that return PortalContext
 PortalContext PortletRequestWrapper.getPortalContext()
          The default behavior of this method is to call getPortalContext() on the wrapped request object.
 

Uses of PortalContext in org.apache.pluto
 

Methods in org.apache.pluto that return PortalContext
 PortalContext RequiredContainerServices.getPortalContext()
          Returns the PortalContext instance associated with this group of portlet container services.
 

Uses of PortalContext in org.apache.pluto.driver.services.container
 

Classes in org.apache.pluto.driver.services.container that implement PortalContext
 class PortalContextImpl
          PortalContext implementation for the Pluto Portal Driver.
 

Methods in org.apache.pluto.driver.services.container that return PortalContext
 PortalContext ContainerServicesImpl.getPortalContext()
          Standard Getter.
 

Uses of PortalContext in org.apache.pluto.internal.impl
 

Fields in org.apache.pluto.internal.impl declared as PortalContext
protected  PortalContext BaseURLImpl.context
           
 

Methods in org.apache.pluto.internal.impl that return PortalContext
 PortalContext PortletRequestImpl.getPortalContext()
           
 

Uses of PortalContext in org.apache.pluto.wrappers
 

Methods in org.apache.pluto.wrappers that return PortalContext
 PortalContext PortletRequestWrapper.getPortalContext()
           
 



Copyright © 2003-2010 Apache Software Foundation. All Rights Reserved.