| Package | Description |
|---|---|
| javax.portlet |
The javax.portlet package defines the API
for the Java Portlet Specification V3.0.
|
| javax.portlet.filter |
The javax.portlet.filter package defines the filter APIs for the Java Portlet Specification.
|
| Modifier and Type | Method and Description |
|---|---|
PortletRequestDispatcher |
PortletContext.getNamedDispatcher(String name)
Returns a
PortletRequestDispatcher object that acts
as a wrapper for the named servlet. |
PortletRequestDispatcher |
PortletContext.getRequestDispatcher(String path)
Returns a
PortletRequestDispatcher object that acts
as a wrapper for the resource located at the given path. |
| Modifier and Type | Class and Description |
|---|---|
class |
PortletRequestDispatcherWrapper
The
PortletRequestDispatcherWrapper provides a convenient
implementation of the PortletRequestDispatcher interface
that can be subclassed by developers. |
| Modifier and Type | Field and Description |
|---|---|
protected PortletRequestDispatcher |
PortletRequestDispatcherWrapper.wrapped |
| Modifier and Type | Method and Description |
|---|---|
PortletRequestDispatcher |
PortletContextWrapper.getNamedDispatcher(String name) |
PortletRequestDispatcher |
PortletContextWrapper.getRequestDispatcher(String path) |
PortletRequestDispatcher |
PortletRequestDispatcherWrapper.getWrapped()
Gets the wrapped object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PortletRequestDispatcherWrapper.setWrapped(PortletRequestDispatcher wrapped)
Sets the wrapped object.
|
| Constructor and Description |
|---|
PortletRequestDispatcherWrapper(PortletRequestDispatcher wrapped) |
Java Portlet 3.0 API Specification. See the Copyright and License provided with this distribution. Use is subject to license terms.