public class HttpSessionMap
extends org.springframework.binding.collection.StringKeyedMapAdapter<java.lang.Object>
implements org.springframework.binding.collection.SharedMap<java.lang.String,java.lang.Object>
| Constructor and Description |
|---|
HttpSessionMap(javax.servlet.http.HttpServletRequest request)
Create a map wrapping the session of given request.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Object |
getAttribute(java.lang.String key) |
protected java.util.Iterator<java.lang.String> |
getAttributeNames() |
java.lang.Object |
getMutex() |
protected void |
removeAttribute(java.lang.String key) |
protected void |
setAttribute(java.lang.String key,
java.lang.Object value) |
clear, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, valuespublic HttpSessionMap(javax.servlet.http.HttpServletRequest request)
protected java.lang.Object getAttribute(java.lang.String key)
getAttribute in class org.springframework.binding.collection.StringKeyedMapAdapter<java.lang.Object>protected void setAttribute(java.lang.String key,
java.lang.Object value)
setAttribute in class org.springframework.binding.collection.StringKeyedMapAdapter<java.lang.Object>protected void removeAttribute(java.lang.String key)
removeAttribute in class org.springframework.binding.collection.StringKeyedMapAdapter<java.lang.Object>protected java.util.Iterator<java.lang.String> getAttributeNames()
getAttributeNames in class org.springframework.binding.collection.StringKeyedMapAdapter<java.lang.Object>public java.lang.Object getMutex()
getMutex in interface org.springframework.binding.collection.SharedMap<java.lang.String,java.lang.Object>