|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SessionDataContainer
Container for untyped session data.
| Method Summary | ||
|---|---|---|
|
get(String key)
Returns data by the key. |
|
void |
put(String key,
Object object)
Assigns the data for the specified key. |
|
|
remove(String key)
Returns data by the key and removes it from the container. |
|
| Method Detail |
|---|
<T> T get(String key)
<T> T remove(String key)
void put(String key,
Object object)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||