public interface InternalWrapperContext
| 限定符和类型 | 方法和说明 |
|---|---|
InternalContextAdapter |
getBaseContext()
Returns the base full context impl.
|
Context |
getInternalUserContext()
Returns the wrapped user context.
|
java.lang.Object |
localPut(java.lang.String key,
java.lang.Object value)
Allows callers to explicitly put objects in the local context.
|
Context getInternalUserContext()
InternalContextAdapter getBaseContext()
java.lang.Object localPut(java.lang.String key,
java.lang.Object value)
key - name of item to set.value - object to set to key.