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.


Field Summary
static String KEY
           
 
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.
 

Field Detail

KEY

static final String KEY
See Also:
Constant Field Values
Method Detail

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.