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::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