|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.AbstractMap<K,V> org.crsh.util.SimpleMap<String,Object> org.crsh.util.ServletContextMap
public class ServletContextMap
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 |
---|
private final ServletContext context
Constructor Detail |
---|
public ServletContextMap(ServletContext context)
Method Detail |
---|
protected Iterator<String> keys()
keys
in class SimpleMap<String,Object>
public Object get(Object key)
get
in interface Map<String,Object>
get
in class SimpleMap<String,Object>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |