Class InitParameterMap
java.lang.Object
java.util.AbstractMap<String,V>
org.apache.myfaces.util.lang.AbstractAttributeMap<String>
org.apache.myfaces.context.servlet.InitParameterMap
ServletContext init parameters as 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 String
getAttribute
(String key) protected Enumeration<String>
void
protected void
removeAttribute
(String key) protected void
setAttribute
(String key, String value) Methods inherited from class org.apache.myfaces.util.lang.AbstractAttributeMap
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 classAbstractAttributeMap<String>
-
setAttribute
- Specified by:
setAttribute
in classAbstractAttributeMap<String>
-
removeAttribute
- Specified by:
removeAttribute
in classAbstractAttributeMap<String>
-
getAttributeNames
- Specified by:
getAttributeNames
in classAbstractAttributeMap<String>
-
putAll
-
clear
public void clear()
-