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 Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,
V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
protected Object
getAttribute
(String key) protected Enumeration<String>
void
protected void
removeAttribute
(String key) protected void
setAttribute
(String key, Object value) Methods inherited from class org.apache.myfaces.util.lang.AbstractThreadSafeAttributeMap
containsKey, containsValue, entrySet, get, isEmpty, keySet, put, remove, size, values
Methods inherited from class java.util.AbstractMap
clone, equals, hashCode, toString
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Method Details
-
getAttribute
- Specified by:
getAttribute
in classAbstractThreadSafeAttributeMap<Object>
-
setAttribute
- Specified by:
setAttribute
in classAbstractThreadSafeAttributeMap<Object>
-
removeAttribute
- Specified by:
removeAttribute
in classAbstractThreadSafeAttributeMap<Object>
-
getAttributeNames
- Specified by:
getAttributeNames
in classAbstractThreadSafeAttributeMap<Object>
-
putAll
-
clear
public void clear()
-