Class MockExpressionEvaluator


  • public class MockExpressionEvaluator
    extends ExpressionEvaluator
    Mock implementation of the JSP 2.0 ExpressionEvaluator interface, delegating to the Apache JSTL ExpressionEvaluatorManager.

    Used for testing the web framework; only necessary for testing applications when testing custom JSP tags.

    Note that the Apache JSTL implementation (jstl.jar, standard.jar) has to be available on the class path to use this expression evaluator.

    Since:
    1.1.5
    Author:
    Juergen Hoeller
    See Also:
    ExpressionEvaluatorManager