EAF 6.4 Implementation

com.lutris.appserver.server.session
Class SessionData

java.lang.Object
  extended bycom.lutris.util.KeywordValueTable
      extended bycom.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()
           
 
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 6.4 Implementation