Interface IServletSubResponse

All Superinterfaces:
ServletResponse
All Known Subinterfaces:
IHttpServletSubResponse
All Known Implementing Classes:
HttpServletSubResponse, HttpServletSubResponseWrapper, ServletSubResponse, ServletSubResponseWrapper

public interface IServletSubResponse extends ServletResponse
Indicates that a response is protected for use as a sub-response.
  • Method Details

    • getCapturedOut

      BufferResult getCapturedOut() throws IOException
      Gets the captured output. This closes the associated capturing writer. Any subsequent writes will create a new buffer.
      Throws:
      IOException