public interface IContext
| Modifier and Type | Method and Description |
|---|---|
Object |
get(String key)
Get the Java object with the given key which was registered and null otherwise.
|
Map<String,Object> |
getContextMap() |
Object |
put(String key,
Object value)
Register a Java object with the given key.
|
void |
putMap(Map<String,Object> contextMap) |
Copyright © 2015. All Rights Reserved.