The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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

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

AUTHOR

Brian Moseley, bcm@maz.org