Wombat::Connector::RequestFacade - internal request facade
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.
new($request)
$self->SUPER::new($request);
Parameters:
the Servlet::ServletRequest manpage, the Wombat::Request manpage
Brian Moseley, bcm@maz.org