org.crsh.spring
Class SpringMap

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by org.crsh.util.SimpleMap<String,Object>
          extended by org.crsh.spring.SpringMap
All Implemented Interfaces:
Map<String,Object>

 class SpringMap
extends SimpleMap<String,Object>


Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Field Summary
private  org.springframework.beans.factory.ListableBeanFactory factory
          .
 
Constructor Summary
SpringMap(org.springframework.beans.factory.ListableBeanFactory factory)
           
 
Method Summary
 Object get(Object key)
           
protected  Iterator<String> keys()
           
 
Methods inherited from class org.crsh.util.SimpleMap
containsKey, entrySet
 
Methods inherited from class java.util.AbstractMap
clear, clone, containsValue, equals, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

factory

private final org.springframework.beans.factory.ListableBeanFactory factory
.

Constructor Detail

SpringMap

SpringMap(org.springframework.beans.factory.ListableBeanFactory factory)
Method Detail

keys

protected Iterator<String> keys()
Specified by:
keys in class SimpleMap<String,Object>

get

public Object get(Object key)
Specified by:
get in interface Map<String,Object>
Specified by:
get in class SimpleMap<String,Object>


Copyright © 2014 eXo Platform SAS. All Rights Reserved.