|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Expression
represents an arbitrary expression using some pluggable
expression language.
Method Summary | |
java.lang.Object |
evaluate(JellyContext context)
Evaluates the expression with the given context and returns the result |
boolean |
evaluateAsBoolean(JellyContext context)
Evaluates the expression with the given context coercing the result to be a boolean. |
java.util.Iterator |
evaluateAsIterator(JellyContext context)
Evaluates the expression with the given context coercing the result to be an Iterator. |
java.lang.String |
evaluateAsString(JellyContext context)
Evaluates the expression with the given context coercing the result to be a String. |
Method Detail |
public java.lang.Object evaluate(JellyContext context)
public java.lang.String evaluateAsString(JellyContext context)
public boolean evaluateAsBoolean(JellyContext context)
public java.util.Iterator evaluateAsIterator(JellyContext context)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |