|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ExpressionExecutor<T extends ExpressionLanguageContext>
Wraps an expression language engine. Implementations should not wrap expression language engine exceptions,
but rather the ExpressionLanguage implementation should handle them.
| Method Summary | |
|---|---|
Object |
execute(String expression,
T context)
Execute an expression using using the provided context. |
void |
validate(String expression)
Validate the expression |
| Method Detail |
|---|
Object execute(String expression,
T context)
expression - context -
native - expression languagevoid validate(String expression)
expression -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||