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. 
 

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.