The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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:

$request

the Wombat::Request for which this object is the facade.

SEE ALSO

Servlet::ServletRequest, Wombat::Request

AUTHOR

Brian Moseley, bcm@maz.org