EAF 7.6 Implementation

com.lutris.appserver.server.sessionContainerAdapter
Class SerializableSessionData

java.lang.Object
  extended by com.lutris.util.KeywordValueTable
      extended by com.lutris.appserver.server.session.SessionData
          extended by com.lutris.appserver.server.sessionContainerAdapter.SerializableSessionData
All Implemented Interfaces:
java.io.Serializable

public class SerializableSessionData
extends SessionData
implements java.io.Serializable

Description:

Serializable SessionData

Version:
1.0
See Also:
Serialized Form

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

SerializableSessionData

public SerializableSessionData()

EAF 7.6 Implementation