This class is an abstraction of a servlet request. Is provides wrapper functions
on a
javax.servlet.http.HttpServletRequest but has also the possibility
to update the request and to retrieve both the current and orginal data.
Classes in the Pustefix system should use this class and not a
HttpServletRequest .
Note: All method with a 'getOrginal' prefix work on the orginal request,
all others methods work on the currently set request, which may
be the original request used when the instance was created, or
any other request that has been set via updateRequest() .
Created: Tue May 7 23:55:50 2002
author: Jens Lautenbacher |