Wombat::Core::WrapperFacade - internal wrapper facade
Facade class that wraps an internal Wrapper object. All methods are delegated to the wrapped wrapper. The facade is presented to servlet code so that the servlet code does not have access to internal Wrapper methods.
new($wrapper)
$self->SUPER::new($wrapper);
Parameters:
the Servlet::ServletConfig manpage, the Wombat::Core::Wrapper manpage
Brian Moseley, bcm@maz.org