public class SessionMap<K,V extends java.io.Serializable>
extends java.util.AbstractMap<K,V>
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
protected java.util.HashSet<java.util.Map.Entry<K,V>> |
entries |
protected javax.servlet.http.HttpServletRequest |
request |
protected javax.servlet.http.HttpSession |
session |
| Constructor and Description |
|---|
SessionMap(javax.servlet.http.HttpServletRequest request) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(java.lang.Object key) |
java.util.Set<java.util.Map.Entry<K,V>> |
entrySet() |
V |
get(java.lang.Object key) |
void |
invalidate() |
V |
put(K key,
V value) |
V |
remove(java.lang.Object key) |
clone, containsValue, equals, hashCode, isEmpty, keySet, putAll, size, toString, valuesprotected transient javax.servlet.http.HttpSession session
protected transient javax.servlet.http.HttpServletRequest request