Class ByteArrayServletResponse

  • All Implemented Interfaces:
    HttpServletResponse, ServletResponse

    public class ByteArrayServletResponse
    extends HttpServletResponseWrapper
    ServletResponse instance used to buffer content. This buffering allows for the portlets title to be captured prior to rendering and other similar features.

    NOTE: Access the output stream for this response had undertermined results. It is expected that in most situations an IllegalArgumentException will be thrown.

    Since:
    Sakai 2.2.4
    Version:
    $Rev$