Mock implementation of ExpressionEvaluator.
This implementation cannot be used for real EL
expressions. Real EL expression support is only
available for the Unified Expression Language API
using the
JasperJspFactory .
Method Summary
public void
addObject(String expression, Object object) Adds an object as a result for the specified expression.
public void
clearObjects() Clears all expressions and corresponding objects.