org.apache.myfaces.context.servlet
Class RequestMap
java.lang.Object
java.util.AbstractMap<String,V>
org.apache.myfaces.util.AbstractAttributeMap<Object>
org.apache.myfaces.context.servlet.RequestMap
- All Implemented Interfaces:
- Map<String,Object>
public final class RequestMap
- extends AbstractAttributeMap<Object>
ServletRequest attributes Map.
- Version:
- $Revision: 1187701 $ $Date: 2011-10-22 12:21:54 +0000 (Sat, 22 Oct 2011) $
- Author:
- Anton Koinov (latest modification by $Author: bommel $)
Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
getAttribute
protected Object getAttribute(String key)
- Specified by:
getAttribute
in class AbstractAttributeMap<Object>
setAttribute
protected void setAttribute(String key,
Object value)
- Specified by:
setAttribute
in class AbstractAttributeMap<Object>
removeAttribute
protected void removeAttribute(String key)
- Specified by:
removeAttribute
in class AbstractAttributeMap<Object>
getAttributeNames
protected Enumeration<String> getAttributeNames()
- Specified by:
getAttributeNames
in class AbstractAttributeMap<Object>
putAll
public void putAll(Map<? extends String,? extends Object> t)
- Specified by:
putAll
in interface Map<String,Object>
- Overrides:
putAll
in class AbstractAttributeMap<Object>
clear
public void clear()
- Specified by:
clear
in interface Map<String,Object>
- Overrides:
clear
in class AbstractAttributeMap<Object>
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.