|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectjavax.servlet.jsp.el.Expression
ValueExpression
public abstract class Expression
The abstract class for a prepared expression.
An instance of an Expression can be obtained via from an ExpressionEvaluator instance.
An Expression may or not have done a syntactic parse of the expression. A client invoking the evaluate() method should be ready for the case where ELParseException exceptions are raised.
| 构造方法摘要 | |
|---|---|
Expression()
已过时。 |
|
| 方法摘要 | |
|---|---|
abstract Object |
evaluate(VariableResolver vResolver)
已过时。 Evaluates an expression that was previously prepared. |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 构造方法详细信息 |
|---|
public Expression()
| 方法详细信息 |
|---|
public abstract Object evaluate(VariableResolver vResolver)
throws ELException
vResolver - A VariableResolver instance that can be used at
runtime to resolve the name of implicit objects into Objects.
ELException - Thrown if the expression evaluation failed.
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||