|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.commons.jelly.expression.ExpressionSupport | +--org.apache.commons.jelly.expression.jexl.JexlExpression
Represents a Jexl expression which fully supports the Expression Language in JSTL and JSP along with some extra features like object method invocation.
Fields inherited from class org.apache.commons.jelly.expression.ExpressionSupport |
EMPTY_ITERATOR |
Constructor Summary | |
JexlExpression(org.apache.commons.jexl.Expression expression)
|
Method Summary | |
java.lang.Object |
evaluate(JellyContext context)
Evaluates the expression with the given context and returns the result |
Methods inherited from class org.apache.commons.jelly.expression.ExpressionSupport |
evaluateAsBoolean, evaluateAsIterator, evaluateAsString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JexlExpression(org.apache.commons.jexl.Expression expression)
Method Detail |
public java.lang.Object evaluate(JellyContext context)
Expression
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |