public interface InternalWrapperContext
Modifier and Type | Method and Description |
---|---|
boolean |
containsKey(java.lang.String key)
Tests if the key exists in the specified scope
|
java.lang.Object |
get(java.lang.String key)
Retrieve the specified valuefrom the given key.
|
InternalContextAdapter |
getBaseContext()
Returns the base full context impl.
|
Context |
getInternalUserContext()
Returns the wrapped user context.
|
java.lang.Object |
put(java.lang.String key,
java.lang.Object value)
Place a key value pair into the context.
|
Context getInternalUserContext()
InternalContextAdapter getBaseContext()
java.lang.Object put(java.lang.String key, java.lang.Object value)
key
- value
- java.lang.Object get(java.lang.String key)
key
- boolean containsKey(java.lang.String key)
key
-