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::ApplicationFacade - internal application facade

SYNOPSIS

DESCRIPTION

Facade class that wraps an internal Application object. All methods are delegated to the wrapped application. The facade is presented to servlet code so that the servlet code does not have access to internal Application methods.

CONSTRUCTOR

new($application)

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

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

Parameters:

$application

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

SEE ALSO

Servlet::ServletContext, Wombat::Core::Application

AUTHOR

Brian Moseley, bcm@maz.org