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, getAt
protected static final String ERROR_KEY_BLANK
@Nullable protected Object doGet(@Nonnull String key)
doGet
in class AbstractContext
public void destroy()
destroy
in interface Context
destroy
in class AbstractContext