org.apache.geronimo.system.configuration.condition
Class ParserUtils.DebugHashMapContext

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap
          extended by org.apache.commons.jexl.context.HashMapContext
              extended by org.apache.geronimo.system.configuration.condition.ParserUtils.DebugHashMapContext
All Implemented Interfaces:
Serializable, Cloneable, Map, org.apache.commons.jexl.JexlContext
Enclosing class:
ParserUtils

public static class ParserUtils.DebugHashMapContext
extends org.apache.commons.jexl.context.HashMapContext

See Also:
Serialized Form

Constructor Summary
ParserUtils.DebugHashMapContext()
           
 
Method Summary
 Object get(Object o)
           
 
Methods inherited from class org.apache.commons.jexl.context.HashMapContext
getVars, setVars
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

ParserUtils.DebugHashMapContext

public ParserUtils.DebugHashMapContext()
Method Detail

get

public Object get(Object o)
Specified by:
get in interface Map
Overrides:
get in class HashMap


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.