fr.opensagres.xdocreport.template
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 |
Object |
get(String key)
Get the Java object with the given key which was registered and null otherwise. |
Object |
put(String key,
Object value)
Register a Java object with the given key. |
KEY
static final String KEY
- See Also:
- Constant Field Values
put
Object put(String key,
Object value)
- Register a Java object with the given key.
- Parameters:
key - value - Java model
- Returns:
get
Object get(String key)
- Get the Java object with the given key which was registered and null otherwise.
- Parameters:
key -
- Returns:
Copyright © 2012. All Rights Reserved.