|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.milyn.expression.MVELVariables
public class MVELVariables
The MVELVariables is utility class for MVEL. It can be used to inspect the MVEL Variable Context.
| Constructor Summary | |
|---|---|
MVELVariables(org.mvel2.integration.VariableResolverFactory variableResolverFactory)
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MVELVariables(org.mvel2.integration.VariableResolverFactory variableResolverFactory)
| Method Detail |
|---|
public boolean isdef(String var)
var -
public boolean isResolveable(String var)
var -
public boolean isUnresolveable(String var)
var -
public Object get(String var)
var -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||