org.apache.commons.el
Class Expression
java.lang.Object
org.apache.commons.el.Expression
public abstract class Expression
extends java.lang.Object
The abstract class from which all expression types
derive.
Version:
- Nathan Abramson - Art Technology Group
- Shawn Bayern
Object | evaluate(VariableResolver pResolver, FunctionMapper functions, Logger pLogger) -
Evaluates the expression in the given context
|
String | getExpressionString() -
Returns the expression in the expression language syntax
|
evaluate
public Object evaluate(VariableResolver pResolver,
FunctionMapper functions,
Logger pLogger)
throws ELException
Evaluates the expression in the given context
getExpressionString
public String getExpressionString()
Returns the expression in the expression language syntax
Copyright (c) 2001-2002 - Apache Software Foundation