public class HttpSessionMap extends StringKeyedMapAdapter implements SharedMap
| Constructor and Description |
|---|
HttpSessionMap(javax.servlet.http.HttpServletRequest request)
Create a map wrapping the session of given request.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getMutex()
Returns the shared mutex that may be synchronized on using a synchronized block.
|
clear, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, valuespublic HttpSessionMap(javax.servlet.http.HttpServletRequest request)