org.apache.myfaces.context.servlet
Class ApplicationMap

java.lang.Object
  extended by org.apache.myfaces.context.servlet.AbstractAttributeMap
      extended by org.apache.myfaces.context.servlet.ApplicationMap
All Implemented Interfaces:
java.util.Map

public class ApplicationMap
extends AbstractAttributeMap

ServletContext attributes as a Map.

Version:
$Revision: 278654 $ $Date: 2005-09-05 02:32:35 +0200 (Mon, 05 Sep 2005) $
Author:
Anton Koinov (latest modification by $Author: oros $)

Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K,V>
 
Method Summary
 void clear()
           
protected  java.lang.Object getAttribute(java.lang.String key)
           
protected  java.util.Enumeration getAttributeNames()
           
 void putAll(java.util.Map t)
           
protected  void removeAttribute(java.lang.String key)
           
protected  void setAttribute(java.lang.String key, java.lang.Object value)
           
 
Methods inherited from class org.apache.myfaces.context.servlet.AbstractAttributeMap
containsKey, containsValue, entrySet, get, isEmpty, keySet, put, remove, size, values
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Method Detail

getAttribute

protected java.lang.Object getAttribute(java.lang.String key)
Specified by:
getAttribute in class AbstractAttributeMap

setAttribute

protected void setAttribute(java.lang.String key,
                            java.lang.Object value)
Specified by:
setAttribute in class AbstractAttributeMap

removeAttribute

protected void removeAttribute(java.lang.String key)
Specified by:
removeAttribute in class AbstractAttributeMap

getAttributeNames

protected java.util.Enumeration getAttributeNames()
Specified by:
getAttributeNames in class AbstractAttributeMap

putAll

public void putAll(java.util.Map t)
Specified by:
putAll in interface java.util.Map
Overrides:
putAll in class AbstractAttributeMap

clear

public void clear()
Specified by:
clear in interface java.util.Map
Overrides:
clear in class AbstractAttributeMap