org.springframework.extensions.webscripts
Class ConfigModel.ScopedConfigMap

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap
          extended by org.springframework.extensions.webscripts.ConfigModel.ScopedConfigMap
All Implemented Interfaces:
Serializable, Cloneable, Map
Enclosing class:
ConfigModel

public class ConfigModel.ScopedConfigMap
extends HashMap

Map to allow access to scoped config in a unified way for scripts and templates.

Author:
gavinc
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Constructor Summary
ConfigModel.ScopedConfigMap()
           
 
Method Summary
 Object get(Object identifier)
           
 
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

ConfigModel.ScopedConfigMap

public ConfigModel.ScopedConfigMap()
Method Detail

get

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


Copyright © 2009 SpringSource, Inc. All Rights Reserved.