Uses of Interface
javax.portlet.PortletContext

Packages that use PortletContext
javax.portlet The javax.portlet package defines the API for Java Portlet Specification V2.0. 
org.jboss.portal.portlet.impl.jsr168   
org.jboss.portal.portlet.impl.jsr168.api   
 

Uses of PortletContext in javax.portlet
 

Methods in javax.portlet that return PortletContext
 PortletContext PortletSession.getPortletContext()
          Returns the portlet application context associated with this session.
 PortletContext GenericPortlet.getPortletContext()
          Returns the PortletContext of the portlet application the portlet is in.
 PortletContext PortletConfig.getPortletContext()
          Returns the PortletContext of the portlet application the portlet is in.
 

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

Methods in org.jboss.portal.portlet.impl.jsr168 that return PortletContext
 PortletContext PortletApplicationImpl.getPortletContext()
           
 

Uses of PortletContext in org.jboss.portal.portlet.impl.jsr168.api
 

Classes in org.jboss.portal.portlet.impl.jsr168.api that implement PortletContext
 class PortletContextImpl
           
 

Methods in org.jboss.portal.portlet.impl.jsr168.api that return PortletContext
 PortletContext FilterConfigImpl.getPortletContext()
           
 PortletContext PortletSessionImpl.getPortletContext()
           
 PortletContext PortletConfigImpl.getPortletContext()
           
 

Constructors in org.jboss.portal.portlet.impl.jsr168.api with parameters of type PortletContext
FilterConfigImpl(ContainerFilterInfo filterInfo, PortletContext context)
           
PortletSessionImpl(javax.servlet.http.HttpSession session, java.lang.String id, PortletContext context)
           
 



Copyright © 2008. All Rights Reserved.