Enhydra 3.1 API

com.lutris.appserver.server.session
Class SessionData

java.lang.Object
  |
  +--com.lutris.util.KeywordValueTable
        |
        +--com.lutris.appserver.server.session.SessionData

public class SessionData
extends KeywordValueTable

Per-session application data. Used to store dynamic application objects.

Version:
$Revision: 1.10.14.1 $
See Also:
Serialized Form

Constructor Summary
SessionData()
           
 
Methods inherited from class com.lutris.util.KeywordValueTable
containsKey, get, get, getSection, getString, getString, keys, leafKeys, newSection, remove, set, setDefault, toHtml, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SessionData

public SessionData()

Enhydra 3.1 API