Modifier and Type | Method and Description |
---|---|
PortletRequestDispatcher |
PortletContext.getNamedDispatcher(java.lang.String name)
Returns a
PortletRequestDispatcher object that acts
as a wrapper for the named servlet. |
PortletRequestDispatcher |
PortletContext.getRequestDispatcher(java.lang.String path)
Returns a
PortletRequestDispatcher object that acts
as a wrapper for the resource located at the given path. |