| Wrapper around a javax.servlet.ServletRequest
that transforms an application request object (which might be the original
one passed to a servlet, or might be based on the 2.3
javax.servlet.ServletRequestWrapper class)
back into an internal org.apache.catalina.Request .
WARNING: Due to Java's lack of support for multiple
inheritance, all of the logic in ApplicationRequest is
duplicated in ApplicationHttpRequest . 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 $ |