public class ServletResponseWrapperInclude extends HttpServletResponseWrapper
ServletResponseWrapper used by the JSP 'include' action.
This wrapper response object is passed to RequestDispatcher.include(), so
that the output of the included resource is appended to that of the
including page.
author
Pierre Delisle
Fields Summary
private PrintWriter
printWriter
PrintWriter which appends to the JspWriter of the including page.