The PortletResponse defines the base interface to assist a
portlet in creating and sending a response to the client.
The portlet container uses two specialized versions of this interface
when invoking a portlet, ActionResponse and
RenderResponse. The portlet container creates these
objects and passes them as arguments to the portlet's processAction
and render methods.
PortletResponsedefines the base interface to assist a portlet in creating and sending a response to the client. The portlet container uses two specialized versions of this interface when invoking a portlet,ActionResponseandRenderResponse. The portlet container creates these objects and passes them as arguments to the portlet'sprocessActionandrendermethods.