public class ExpressionLanguageCondition extends Object implements Condition
Environment variables.
http://docs.oracle.com/javaee/7/api/javax/el/package-summary.html
If the condition uses an unknown variable "foobar" (which has not yet been set in the Environment), an exception will occur:
"ELResolver cannot handle a null base Object with identifier 'foobar'"| Constructor and Description |
|---|
ExpressionLanguageCondition(String condition) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
evaluate(GraphInstance instance) |
String |
getCondition() |
public ExpressionLanguageCondition(String condition)
public String getCondition()
public boolean evaluate(GraphInstance instance)
Copyright © 2018. All rights reserved.