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 | Interface and Description |
---|---|
interface |
ActionResponse
The
ActionResponse interface represents the portlet
response to an action request. |
interface |
EventResponse
The
EventResponse interface represents the portlet
response to an event request. |
interface |
HeaderResponse
The portlet programming interface provides a mechanism to assist portlets when
the aggregated portal markup is an HTML or similar document that requires markup
for the document
HEAD section to be written and HTTP headers to be
set before the render markup for each individual portlet is aggregated. |
interface |
MimeResponse
The
MimeResponse defines the base interface to assist a
portlet in returning MIME content. |
interface |
RenderResponse
The
RenderResponse defines an object to assist a portlet in
sending a response to the portal. |
interface |
ResourceResponse
The
ResourceResponse defines an object to assist a portlet
for rendering a resource. |
interface |
StateAwareResponse
The
StateAwareResponse represents a response that can modify
render state information or send events. |
Modifier and Type | Method and Description |
---|---|
void |
PortletRequestDispatcher.forward(PortletRequest request,
PortletResponse response)
Forwards a portlet request from a portlet to another resource (servlet, JSP file, or HTML file)
on the server.
|
void |
PortletRequestDispatcher.include(PortletRequest request,
PortletResponse response)
Includes the content of a resource (servlet, JSP page, HTML file) in the
response.
|
Modifier and Type | Class and Description |
---|---|
class |
ActionResponseWrapper
The
ActionResponseWrapper provides a convenient
implementation of the ActionResponse interface
that can be subclassed by developers. |
class |
EventResponseWrapper
The
EventResponseWrapper provides a convenient
implementation of the EventResponse interface
that can be subclassed by developers. |
class |
HeaderResponseWrapper
The
HeaderResponseWrapper
provides a convenient implementation of the HeaderResponse
interface that can be subclassed by developers. |
class |
MimeResponseWrapper
The
MimeResponseWrapper provides
a convenient implementation of the MimeResponse interface that
can be subclassed by developers. |
class |
PortletResponseWrapper
The
PortletResponseWrapper provides a convenient
implementation of the PortletResponse interface and is extended by other response wrappers. |
class |
RenderResponseWrapper
The
RenderResponseWrapper provides a convenient
implementation of the RenderResponse interface
that can be subclassed by developers. |
class |
ResourceResponseWrapper
The
ResourceResponseWrapper provides a convenient
implementation of the ResourceResponse interface
that can be subclassed by developers. |
class |
StateAwareResponseWrapper
The
StateAwareResponseWrapper provides a convenient
implementation of the StateAwareResponse interface
that can be subclassed by developers. |
Modifier and Type | Method and Description |
---|---|
PortletResponse |
PortletResponseWrapper.getResponse()
Return the wrapped response object.
|
Modifier and Type | Method and Description |
---|---|
void |
PortletRequestDispatcherWrapper.forward(PortletRequest request,
PortletResponse response) |
void |
PortletRequestDispatcherWrapper.include(PortletRequest request,
PortletResponse response) |
void |
PortletResponseWrapper.setResponse(PortletResponse response)
Sets the response object being wrapped.
|
Constructor and Description |
---|
PortletResponseWrapper(PortletResponse response)
Creates an
ActionResponse adaptor wrapping the given response object. |
Java Portlet 3.0 API Specification. See the Copyright and License provided with this distribution. Use is subject to license terms.