org.apache.myfaces.context.servlet
Class ApplicationMap
java.lang.Object
java.util.AbstractMap<String,V>
org.apache.myfaces.util.AbstractThreadSafeAttributeMap<Object>
org.apache.myfaces.context.servlet.ApplicationMap
- All Implemented Interfaces:
- Map<String,Object>
public final class ApplicationMap
- extends AbstractThreadSafeAttributeMap<Object>
ServletContext attributes as a Map.
- Version:
- $Revision: 982465 $ $Date: 2010-08-04 23:39:32 -0500 (Wed, 04 Aug 2010) $
- Author:
- Anton Koinov (latest modification by $Author: lu4242 $)
Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
getAttribute
protected Object getAttribute(String key)
- Specified by:
getAttribute
in class AbstractThreadSafeAttributeMap<Object>
setAttribute
protected void setAttribute(String key,
Object value)
- Specified by:
setAttribute
in class AbstractThreadSafeAttributeMap<Object>
removeAttribute
protected void removeAttribute(String key)
- Specified by:
removeAttribute
in class AbstractThreadSafeAttributeMap<Object>
getAttributeNames
protected Enumeration<String> getAttributeNames()
- Specified by:
getAttributeNames
in class AbstractThreadSafeAttributeMap<Object>
putAll
public void putAll(Map<? extends String,? extends Object> t)
- Specified by:
putAll
in interface Map<String,Object>
- Overrides:
putAll
in class AbstractThreadSafeAttributeMap<Object>
clear
public void clear()
- Specified by:
clear
in interface Map<String,Object>
- Overrides:
clear
in class AbstractThreadSafeAttributeMap<Object>
Copyright © 2011 The Apache Software Foundation. All Rights Reserved.