org.apache.jasper.el
public final class ExpressionImpl extends javax.servlet.jsp.el.Expression
| Constructor and Description |
|---|
ExpressionImpl(javax.el.ValueExpression ve) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
evaluate(javax.servlet.jsp.el.VariableResolver vResolver)
Evaluates an expression that was previously prepared.
|
public java.lang.Object evaluate(javax.servlet.jsp.el.VariableResolver vResolver)
throws javax.servlet.jsp.el.ELException
javax.servlet.jsp.el.Expressionevaluate in class javax.servlet.jsp.el.ExpressionvResolver - A VariableResolver instance that can be used at
runtime to resolve the name of implicit objects into Objects.javax.servlet.jsp.el.ELException - Thrown if the expression evaluation failed.Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.