Interface IContext
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
-
Method Details
-
put
Register a Java object with the given key.- Parameters:
key-value- Java model- Returns:
-
get
Get the Java object with the given key which was registered and null otherwise.- Parameters:
key-- Returns:
-
putMap
- Parameters:
contextMap-
-
getContextMap
-