org.crsh.util
Class ServletContextMap

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

public class ServletContextMap
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  ServletContext context
          .
 
Constructor Summary
ServletContextMap(ServletContext context)
           
 
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

context

private final ServletContext context
.

Constructor Detail

ServletContextMap

public ServletContextMap(ServletContext context)
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 © 2015 eXo Platform SAS. All Rights Reserved.