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