The interface for an expression-language validator and evaluator. Classes that implement an expression language expose their functionality via this interface.
The validate() and evaluate() methods must be thread-safe.
A conduit to the JSTL EL.