类 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.

    从以下版本开始:
    1.1.5
    作者:
    Juergen Hoeller
    另请参阅:
    ExpressionEvaluatorManager