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