|
EAF 7.6 Implementation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lutris.util.KeywordValueTable
com.lutris.appserver.server.session.SessionData
com.lutris.appserver.server.sessionEnhydra.PagedSessionData
com.lutris.appserver.server.sessionEnhydra.persistent.PersistentSessionData
public class PersistentSessionData
Session data used to store dynamic application objects. All objects stored in this object must be serializable.
Constructor Summary | |
---|---|
PersistentSessionData()
|
Method Summary | |
---|---|
void |
set(java.lang.String keyword,
java.lang.Object value)
This method enforces that all PersistentSessionData be serializable. |
Methods inherited from class com.lutris.util.KeywordValueTable |
---|
containsKey, get, get, getSection, getString, getString, keys, leafKeys, newSection, remove, setDefault, toHtml, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PersistentSessionData()
Method Detail |
---|
public void set(java.lang.String keyword, java.lang.Object value) throws com.lutris.util.KeywordValueException
set
in class PagedSessionData
keyword
- The keyword of the field. This can be a simple keyword
or a recursive, dot-seperated keyword path.value
- The value to associate with the keyword. The value may
not be null and it must be serializable.
com.lutris.util.KeywordValueException
- If the keyword is not syntactically
legal or if the value is not serializable.
|
EAF 7.6 Implementation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |