NAME

Wombat::Core::SessionFacade - internal session facade


SYNOPSIS


DESCRIPTION

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


CONSTRUCTOR

new()
Construct and return a Wombat::Core::SessionFacade instance, initializing fields appropriately.

Parameters:

$session
the Wombat::Core::Session for which this object is the facade.


SEE ALSO

the Servlet::Http::HttpSession manpage, the Wombat::Core::Session manpage


AUTHOR

Brian Moseley, bcm@maz.org