javax.portlet
public interface RenderRequest extends PortletRequest
RenderRequest
represents the request sent to the portlet
to handle a render.
It extends the PortletRequest interface to provide render request
information to portlets.RenderRequest
object and
passes it as argument to the portlet's render
method.
See Also: PortletRequest ActionRequest