org.outerj.xreporter.report.instance
Class Step.StepExpressionContext

java.lang.Object
  extended byorg.outerj.xreporter.report.instance.Step.StepExpressionContext
All Implemented Interfaces:
ExpressionContext
Enclosing class:
Step

public class Step.StepExpressionContext
extends java.lang.Object
implements ExpressionContext


Constructor Summary
Step.StepExpressionContext()
           
 
Method Summary
 java.lang.Object get(java.lang.String name)
          Get "something" with a certain name.
 java.lang.Object resolveVariable(java.lang.String name)
          Returns the value of the named variable, or null if there's no variable by that name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Step.StepExpressionContext

public Step.StepExpressionContext()
Method Detail

resolveVariable

public java.lang.Object resolveVariable(java.lang.String name)
Description copied from interface: ExpressionContext
Returns the value of the named variable, or null if there's no variable by that name.

Specified by:
resolveVariable in interface ExpressionContext

get

public java.lang.Object get(java.lang.String name)
Description copied from interface: ExpressionContext
Get "something" with a certain name. This could be used if functions need access to external resources, but is not used by the default function library.

Specified by:
get in interface ExpressionContext