Class RenderResponseWrapper

  • All Implemented Interfaces:
    MimeResponse, PortletResponse, RenderResponse

    public class RenderResponseWrapper
    extends PortletResponseWrapper
    implements RenderResponse
    The RenderResponseWrapper provides a convenient implementation of the RenderResponse interface that can be subclassed by developers wishing to adapt the response. This class implements the Wrapper or Decorator pattern. Methods default to calling through to the wrapped response object.
    Since:
    2.0
    See Also:
    RenderResponse