org.apache.commons.el
Class ImplicitObjects$7

java.lang.Object
  |
  +--org.apache.commons.el.EnumeratedMap
        |
        +--org.apache.commons.el.ImplicitObjects$7
All Implemented Interfaces:
java.util.Map

synchronized class ImplicitObjects$7
extends EnumeratedMap


Nested Class Summary
 
Nested classes inherited from class java.util.Map
java.util.Map.Entry
 
Field Summary
 
Fields inherited from class org.apache.commons.el.EnumeratedMap
mMap
 
Constructor Summary
(package private) ImplicitObjects$7(javax.servlet.http.HttpServletRequest)
           
 
Method Summary
 java.util.Enumeration enumerateKeys()
          Returns an enumeration of the keys
 java.lang.Object getValue(java.lang.Object)
          Returns the value associated with the given key, or null if not found.
 boolean isMutable()
          Returns true if it is possible for this data source to change
 
Methods inherited from class org.apache.commons.el.EnumeratedMap
clear, containsKey, containsValue, convertToMap, entrySet, get, getAsMap, 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
 

Constructor Detail

ImplicitObjects$7

ImplicitObjects$7(javax.servlet.http.HttpServletRequest)
Method Detail

enumerateKeys

public java.util.Enumeration enumerateKeys()
Description copied from class: EnumeratedMap
Returns an enumeration of the keys

Specified by:
enumerateKeys in class EnumeratedMap

getValue

public java.lang.Object getValue(java.lang.Object)
Description copied from class: EnumeratedMap
Returns the value associated with the given key, or null if not found.

Specified by:
getValue in class EnumeratedMap

isMutable

public boolean isMutable()
Description copied from class: EnumeratedMap
Returns true if it is possible for this data source to change

Specified by:
isMutable in class EnumeratedMap


Copyright (c) 2001-2002 - Apache Software Foundation