EAF 7.6 Implementation

com.lutris.appserver.server.session
Class SessionData

java.lang.Object
  extended by com.lutris.util.KeywordValueTable
      extended by com.lutris.appserver.server.session.SessionData
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
PagedSessionData, SerializableSessionData

public class SessionData
extends com.lutris.util.KeywordValueTable

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

Version:
$Revision: 1.1 $
Author:
Kyle Clark
See Also:
Serialized Form

Constructor Summary
SessionData()
           
 
Method Summary
 
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()

EAF 7.6 Implementation