| Wrapper around a javax.servlet.ServletResponse
that transforms an application response object (which might be the original
one passed to a servlet, or might be based on the 2.3
javax.servlet.ServletResponseWrapper class)
back into an internal org.apache.catalina.Response .
WARNING: Due to Java's lack of support for multiple
inheritance, all of the logic in ApplicationResponse is
duplicated in ApplicationHttpResponse . Make sure that you
keep these two classes in synchronization when making changes!
author: Craig R. McClanahan version: $Revision: 1.4 $ $Date: 2004/02/27 14:58:42 $ |