|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PortletResponse | |
---|---|
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. |
Uses of PortletResponse in javax.portlet |
---|
Subinterfaces of PortletResponse in javax.portlet | |
---|---|
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 |
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
state information or send events.It extends the PortletResponse interface. |
Methods in javax.portlet with parameters of type PortletResponse | |
---|---|
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. |
Uses of PortletResponse in javax.portlet.filter |
---|
Classes in javax.portlet.filter that implement PortletResponse | |
---|---|
class |
ActionResponseWrapper
The ActionResponseWrapper provides a convenient
implementation of the ActionResponse interface
that can be subclassed by developers wishing to adapt the response. |
class |
EventResponseWrapper
The EventResponseWrapper provides a convenient
implementation of the EventResponse interface
that can be subclassed by developers wishing to adapt the response. |
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 wishing to adapt the response. |
class |
ResourceResponseWrapper
The ResourceResponseWrapper provides a convenient
implementation of the ResourceResponse interface
that can be subclassed by developers wishing to adapt the response. |
Methods in javax.portlet.filter that return PortletResponse | |
---|---|
PortletResponse |
PortletResponseWrapper.getResponse()
Return the wrapped response object. |
Methods in javax.portlet.filter with parameters of type PortletResponse | |
---|---|
void |
PortletResponseWrapper.setResponse(PortletResponse response)
Sets the response object being wrapped. |
Constructors in javax.portlet.filter with parameters of type PortletResponse | |
---|---|
PortletResponseWrapper(PortletResponse response)
Creates an ActionResponse adaptor
wrapping the given response object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |