ServletResponseWrapper used for the the generation of
semi-dynamic pages.
This 'wrapped' response object is passed as the second argument
to the internal RequestDispatcher.include(). It channels
all output text into the PrintWriter specified in the
constructor (which is associated with the file where the
output of the JSP page has to be saved). |