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

NAME

Wombat::Connector::ResponseFacade - internal response facade

SYNOPSIS

DESCRIPTION

Facade class that wraps an internal Response object. All methods are delegated to the wrapped response. The facade is presented to servlet code so that the servlet code does not have access to internal Response methods.

CONSTRUCTOR

new($response)

Construct and return a Wombat::Connector::ResponseFacade instance. If subclasses override the constructor, they must be sure to call

  $self->SUPER::new($response);

Parameters:

$response

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

SEE ALSO

Servlet::ServletResponse, Wombat::Response

AUTHOR

Brian Moseley, bcm@maz.org