public interface ExpressionExecutor<T extends ExpressionLanguageContext>
ExtendedExpressionLanguageAdaptor implementation should handle them.| Modifier and Type | Method and Description |
|---|---|
Object |
execute(String expression,
T context)
Execute an expression using using the provided context.
|
void |
validate(String expression)
Validate the expression
|
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.