|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IContext
Context used to register a Java model with given key. This context is used for merging XML document archive with the Java model and generate report.
| Method Summary | |
|---|---|
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)
|
| Method Detail |
|---|
Object put(String key,
Object value)
key - value - Java model
Object get(String key)
key -
void putMap(Map<String,Object> contextMap)
contextMap - Map<String,Object> getContextMap()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||