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)
Place key value pair into the context of the specified scope.
|
InternalContextAdapter |
getBaseContext()
Returns the base full context impl.
|
Context |
getInternalUserContext()
Returns the wrapped user context.
|
Object |
put(String key,
Object value)
Retrieve the specified key value pair from the given scope.
|
Context getInternalUserContext()
InternalContextAdapter getBaseContext()
Object put(String key, Object value)
boolean containsKey(String key)
Copyright © 2000–2017 The Apache Software Foundation. All rights reserved.