org.apache.turbine.services.session |
The session service allows you to access session information of the servlet container.
$Id: package.html 534527 2007-05-02 16:10:59Z tv $
|
Java Source File Name | Type | Comment |
SessionListener.java | Class | This class is a listener for both session creation and destruction,
and for session activation and passivation. |
SessionService.java | Interface | The SessionService allows access to the current sessions of the current context.
The session objects that are cached by this service are obtained through
a listener. |
SessionTool.java | Class | A pull tool for accessing the SessionService from a velocity template. |
TurbineSession.java | Class | This is a conveience class provided to allow access to the SessionService
through static methods. |
TurbineSessionService.java | Class | The SessionService allows thread-safe access to the current
sessions of the current context. |