|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ScriptInterpreter
This extension point provides expression evaluators to the system.
Method Summary | |
---|---|
java.lang.Object |
evaluate(java.lang.String expression,
java.util.Map evaluationContext)
Evaluate the expression and return the evaluation result. |
java.lang.String |
getPrefix()
Get prefix of this evaluator. |
Method Detail |
---|
java.lang.String getPrefix()
java.lang.Object evaluate(java.lang.String expression, java.util.Map evaluationContext)
expression
- expression to evaluate. Should not be null.evaluationContext
- context of the evaluation. Should not be null.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |