The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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