org.apache.commons.el.ExpressionEvaluatorImpl <p>This is the main class for evaluating expression Strings. An expression String is a String that may contain expressions of the form ${...}. Multiple expressions may appear in the same expression String. In such a case, the expression String's value is computed by concatenating the Str ...org.springframework.mock.web.MockExpressionEvaluator Mock implementation of the JSP 2.0 ExpressionEvaluator, delegating to the Jakarta JSTL ExpressionEvaluatorManager. <p>Used for testing the web framework; only necessary for testing applications when testing custom JSP tags. <p>Note that the Jakarta JSTL implementation (jstl.jar, stan ...org.apache.jasper.compiler.Validator Performs validation on the page elements. Attributes are checked for mandatory presence, entry value validity, and consistency. As a side effect, some page global value (such as those from page direcitves) are stored, for later use. @author Kin-man Chung @author Jan Luehe @author Shawn Bayern @ ...org.apache.commons.el.ConditionalExpression <p>Represents a conditional expression. I've decided not to produce an abstract base "TernaryOperatorExpression" class since (a) future ternary operators are unlikely and (b) it's not clear that there would be a meaningful way to abstract them. (For instance, would they all be right- asso ... | Popular Tags |