| Package | Description | 
|---|---|
| javax.portlet | The javax.portlet package defines the API for Java Portlet Specification V2.0. | 
| Modifier and Type | Method and Description | 
|---|---|
| PortletRequestDispatcher | PortletContext. getNamedDispatcher(String name)Returns a  PortletRequestDispatcherobject that acts
 as a wrapper for the named servlet. | 
| PortletRequestDispatcher | PortletContext. getRequestDispatcher(String path)Returns a  PortletRequestDispatcherobject that acts
 as a wrapper for the resource located at the given path. | 
Copyright © 2004–2015 The Apache Software Foundation. All rights reserved.