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