|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.zeroexchange.web.session.MapSessionDataContainer
public class MapSessionDataContainer
Map implementation of the data container.
| Constructor Summary | |
|---|---|
MapSessionDataContainer()
|
|
| Method Summary | ||
|---|---|---|
|
get(String key)
Returns data by the key. |
|
void |
put(String key,
Object value)
Assigns the data for the specified key. |
|
|
remove(String key)
Returns data by the key and removes it from the container. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MapSessionDataContainer()
| Method Detail |
|---|
public <T> T get(String key)
get in interface SessionDataContainerpublic <T> T remove(String key)
remove in interface SessionDataContainer
public void put(String key,
Object value)
put in interface SessionDataContainer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||