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:
SEE ALSO
Servlet::ServletResponse, Wombat::Response
AUTHOR
Brian Moseley, bcm@maz.org