Evaluates a single parsed expression on the provided input object in the
specified context. This provides a common abstraction for expression
evaluation independent of any language like OGNL or Spring's BeanWrapper.
author: Keith Donald
evaluate(Object target, EvaluationContext context) Evaluate the expression encapsulated by this evaluator against the
provided target object and return the result of the evaluation.
Evaluate the expression encapsulated by this evaluator against the
provided target object and return the result of the evaluation.
Parameters: target - the target of the expression Parameters: context - the expression evaluation context the evaluation result throws: EvaluationException - an exception occured during evaluation