Interface Expression
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
MvelExpression
,MvelTemplate
,RoutingScriptingExpression
public interface Expression extends Serializable
- Author:
- Bogdan Stefanescu
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
eval(OperationContext ctx)
String
getExpr()
-
-
-
Method Detail
-
eval
Object eval(OperationContext ctx) throws org.mvel2.CompileException, RuntimeException
- Throws:
org.mvel2.CompileException
RuntimeException
-
getExpr
String getExpr()
- Since:
- 8.1
-
-