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 Details

    • 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:
    • putMap

      void putMap(Map<String,Object> contextMap)
      Parameters:
      contextMap -
    • getContextMap

      Map<String,Object> getContextMap()