| 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: 467222 $ $Date: 2006-10-24 05:17:11 +0200 (mar., 24 oct. 2006) $ |