org.apache.myfaces.context.portlet
Class InitParameterMap

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

public class InitParameterMap
extends AbstractAttributeMap

ServletContext init parameters as Map.

Version:
$Revision: 1.1 $ $Date: 2005/01/26 17:03:09 $ $Log: InitParameterMap.java,v $ Revision 1.1 2005/01/26 17:03:09 matzew MYFACES-86. portlet support provided by Stan Silver (JBoss Group)
Author:
Stan Silvert (latest modification by $Author: matzew $)

Method Summary
 boolean equals(java.lang.Object o)
           
protected  java.lang.Object getAttribute(java.lang.String key)
           
protected  java.util.Enumeration getAttributeNames()
           
 int hashCode()
           
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, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

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

equals

public boolean equals(java.lang.Object o)
Specified by:
equals in interface java.util.Map
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Specified by:
hashCode in interface java.util.Map
Overrides:
hashCode in class java.lang.Object