public class MVELVariables extends Object
| Constructor and Description |
|---|
MVELVariables(org.mvel2.integration.VariableResolverFactory variableResolverFactory) |
| Modifier and Type | Method and Description |
|---|---|
Object |
get(String var)
Returns the value of the variable or null if it is not defined.
|
boolean |
isdef(String var)
Returns true if the variable is defined within the MVEL Context.
|
boolean |
isResolveable(String var)
Returns true if the variable is defined within the MVEL Context.
|
boolean |
isUnresolveable(String var)
Returns true if the variable is not defined within the MVEL Context.
|
public MVELVariables(org.mvel2.integration.VariableResolverFactory variableResolverFactory)
public boolean isdef(String var)
var - public boolean isResolveable(String var)
var - public boolean isUnresolveable(String var)
var - Copyright © 2020. All rights reserved.