Class ApplicationMap
java.lang.Object
java.util.AbstractMap<String,V>
 
org.apache.myfaces.util.lang.AbstractThreadSafeAttributeMap<Object>
org.apache.myfaces.context.servlet.ApplicationMap
ServletContext attributes as a 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 TypeMethodDescriptionvoidclear()protected 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.AbstractThreadSafeAttributeMapcontainsKey, 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
- 
clearpublic void clear()
 
-