org.apache.myfaces.context.servlet
Class ApplicationMap

java.lang.Object
  |
  +--org.apache.myfaces.context.servlet.AbstractAttributeMap
        |
        +--org.apache.myfaces.context.servlet.ApplicationMap
All Implemented Interfaces:
java.util.Map

public class ApplicationMap
extends AbstractAttributeMap

ServletContext attributes as a Map.

Version:
$Revision: 1.10 $ $Date: 2004/10/13 11:51:00 $ $Log: ApplicationMap.java,v $ Revision 1.10 2004/10/13 11:51:00 matze renamed packages to org.apache Revision 1.9 2004/07/01 22:05:04 mwessendorf ASF switch Revision 1.8 2004/03/30 07:43:33 dave0000 add $Log
Author:
Anton Koinov (latest modification by $Author: matze $)

Method Summary
protected  java.lang.Object getAttribute(java.lang.String key)
           
protected  java.util.Enumeration getAttributeNames()
           
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
clear, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, 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