public interface Session
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
get(java.lang.Object key)
Get a variable from the session by the key.
|
void |
put(java.lang.Object key,
java.lang.Object value)
Put a variable into the session with a key.
|