| Package | Description | 
|---|---|
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| PortletContext | PortletSession. getPortletContext()Returns the portlet application context associated with this session. | 
| PortletContext | PortletConfig. getPortletContext()Returns the  PortletContextof the portlet application 
 the portlet is in. | 
| PortletContext | GenericPortlet. getPortletContext()Returns the  PortletContextof the portlet application the
 portlet is in. | 
| Modifier and Type | Method and Description | 
|---|---|
| PortletContext | FilterConfig. getPortletContext()Returns a reference to the  PortletContextin which the caller is executing. | 
Copyright © 2004–2015 The Apache Software Foundation. All rights reserved.