public class MvelExpression extends Object implements Expression
Modifier and Type | Field and Description |
---|---|
protected Serializable |
compiled |
protected String |
expr |
Constructor and Description |
---|
MvelExpression(String expr) |
Modifier and Type | Method and Description |
---|---|
Object |
eval(OperationContext ctx) |
protected Map<String,Object> |
getBindings(OperationContext ctx) |
String |
getExpr() |
protected transient volatile Serializable compiled
public MvelExpression(String expr)
public Object eval(OperationContext ctx)
eval
in interface Expression
public String getExpr()
getExpr
in interface Expression
protected Map<String,Object> getBindings(OperationContext ctx)
Copyright © 2018 Nuxeo. All rights reserved.