Class ExpressionEvaluatorManager


  • public class ExpressionEvaluatorManager
    extends Object

    A conduit to the JSTL EL. Based on...

    An implementation of the ExpressionEvaluatorManager called for by the JSTL rev1 draft. This class is responsible for delegating a request for expression evaluating to the particular, "active" ExpressionEvaluator for the given point in the PageContext object passed in.

    Author:
    Shawn Bayern