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::Core::WrapperFacade - internal wrapper facade

SYNOPSIS

DESCRIPTION

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.

CONSTRUCTOR

new($wrapper)

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

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

Parameters:

$wrapper

the Wombat::Core::Wrapper for which this object is the facade.

SEE ALSO

Servlet::ServletConfig, Wombat::Core::Wrapper

AUTHOR

Brian Moseley, bcm@maz.org