Class Evaluator

java.lang.Object
org.apache.taglibs.standard.lang.jstl.Evaluator
All Implemented Interfaces:
ExpressionEvaluator

public class Evaluator extends Object implements ExpressionEvaluator

This is the expression evaluator "adapter" that customizes it for use with the JSP Standard Tag Library. It uses a VariableResolver implementation that looks up variables from the PageContext and also implements its implicit objects. It also wraps ELExceptions in JspExceptions that describe the attribute name and value causing the error.

Version:
$Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: kchung $
Author:
Nathan Abramson - Art Technology Group, Shawn Bayern