Package com.aoapps.servlet.subrequest
Interface IServletSubResponse
- All Superinterfaces:
ServletResponse
- All Known Subinterfaces:
IHttpServletSubResponse
- All Known Implementing Classes:
HttpServletSubResponse
,HttpServletSubResponseWrapper
,ServletSubResponse
,ServletSubResponseWrapper
Indicates that a response is protected for use as a sub-response.
-
Method Summary
Methods inherited from interface javax.servlet.ServletResponse
flushBuffer, getBufferSize, getCharacterEncoding, getContentType, getLocale, getOutputStream, getWriter, isCommitted, reset, resetBuffer, setBufferSize, setCharacterEncoding, setContentLength, setContentLengthLong, setContentType, setLocale
-
Method Details
-
getCapturedOut
Gets the captured output. This closes the associated capturing writer. Any subsequent writes will create a new buffer.- Throws:
IOException
-