public class DefaultContext extends AbstractContext
| Modifier and Type | Field and Description | 
|---|---|
| protected static String | ERROR_KEY_BLANK | 
parentContext| Constructor and Description | 
|---|
| DefaultContext() | 
| DefaultContext(Context parentContext) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | containsKey(String key) | 
| void | destroy() | 
| protected Object | doGet(String key) | 
| void | put(String key,
   Object value) | 
| void | putAt(String key,
     Object value) | 
| Object | remove(String key) | 
get, get, getAt, getAtprotected static final String ERROR_KEY_BLANK
@Nullable protected Object doGet(@Nonnull String key)
doGet in class AbstractContextpublic void destroy()
destroy in interface Contextdestroy in class AbstractContext