public interface InternalWrapperContext
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(String key)
Tests if the key exists in the specified scope
|
Object |
get(String key)
Retrieve the specified valuefrom the given key.
|
InternalContextAdapter |
getBaseContext()
Returns the base full context impl.
|
Context |
getInternalUserContext()
Returns the wrapped user context.
|
Object |
put(String key,
Object value)
Place a key value pair into the context.
|
Context getInternalUserContext()
InternalContextAdapter getBaseContext()
Object put(String key, Object value)
key - value - Object get(String key)
key - boolean containsKey(String key)
key - Copyright © 2000–2021 The Apache Software Foundation. All rights reserved.