|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISession
The session interface.
Method Summary | |
---|---|
void |
clear()
Clears all values in the session |
java.lang.Object |
getValue(java.lang.Object key)
gets a session value |
java.lang.Object |
remove(java.lang.Object key)
Removes the object from the session and returns the removed value |
void |
setValue(java.lang.Object key,
java.lang.Object value)
Sets a session value if either of the parameters are null the value will not be stored |
Method Detail |
---|
void clear()
java.lang.Object remove(java.lang.Object key)
key
- the object to remove from the session
void setValue(java.lang.Object key, java.lang.Object value)
key
- the object of the session valuevalue
- the value of the session keyjava.lang.Object getValue(java.lang.Object key)
key
- the value to get
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |