public interface InternalWrapperContext
| Modifier and Type | Method and Description |
|---|---|
InternalContextAdapter |
getBaseContext()
Returns the base full context impl.
|
Context |
getInternalUserContext()
Returns the wrapped user context.
|
Object |
localPut(String key,
Object value)
Allows callers to explicitly put objects in the local context.
|
Context getInternalUserContext()
InternalContextAdapter getBaseContext()
Object localPut(String key, Object value)
key - name of item to set.value - object to set to key.Copyright © 2000–2016. All rights reserved.