NAME
Wombat::Connector::RequestFacade - internal request facade
SYNOPSIS
DESCRIPTION
Facade class that wraps an internal Request object. All methods are delegated to the wrapped request. The facade is presented to servlet code so that the servlet code does not have access to internal Request methods.
CONSTRUCTOR
- new($request)
-
Construct and return a Wombat::Connector::RequestFacade instance. If subclasses override the constructor, they must be sure to call
$self->SUPER::new($request);
Parameters:
SEE ALSO
Servlet::ServletRequest, Wombat::Request
AUTHOR
Brian Moseley, bcm@maz.org