Class SessionMap
java.lang.Object
java.util.AbstractMap<String,V>
 
org.apache.myfaces.util.lang.AbstractThreadSafeAttributeMap<Object>
org.apache.myfaces.context.servlet.SessionMap
HttpSession attibutes as Map.
- Version:
- $Revision$ $Date$
- Author:
- Anton Koinov (latest modification by $Author$)
- 
Nested Class SummaryNested classes/interfaces inherited from class java.util.AbstractMapAbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> 
- 
Method SummaryModifier and TypeMethodDescriptionprotected ObjectgetAttribute(String key) protected Enumeration<String>voidprotected voidremoveAttribute(String key) protected voidsetAttribute(String key, Object value) Methods inherited from class org.apache.myfaces.util.lang.AbstractThreadSafeAttributeMapclear, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, remove, size, valuesMethods inherited from class java.util.AbstractMapclone, equals, hashCode, toStringMethods inherited from class java.lang.Objectfinalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Mapcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
- 
Method Details- 
getAttribute- Specified by:
- getAttributein class- AbstractThreadSafeAttributeMap<Object>
 
- 
setAttribute- Specified by:
- setAttributein class- AbstractThreadSafeAttributeMap<Object>
 
- 
removeAttribute- Specified by:
- removeAttributein class- AbstractThreadSafeAttributeMap<Object>
 
- 
getAttributeNames- Specified by:
- getAttributeNamesin class- AbstractThreadSafeAttributeMap<Object>
 
- 
putAll
 
-