public abstract class AbstractContext extends Object implements Context
| Modifier and Type | Field and Description | 
|---|---|
protected Context | 
parentContext  | 
| Constructor and Description | 
|---|
AbstractContext(Context parentContext)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
destroy()  | 
protected abstract Object | 
doGet(String key)  | 
Object | 
get(String key)  | 
<T> T | 
get(String key,
   T defaultValue)  | 
Object | 
getAt(String key)  | 
<T> T | 
getAt(String key,
     T defaultValue)  | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcontainsKey, put, putAt, remove