Class ResourceResponseWrapper

  • All Implemented Interfaces:
    MimeResponse, PortletResponse, ResourceResponse

    public class ResourceResponseWrapper
    extends PortletResponseWrapper
    implements ResourceResponse
    The ResourceResponseWrapper provides a convenient implementation of the ResourceResponse 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:
    ResourceResponse