You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

You can check if a global variable is defined in an environment by calling the following method

  • isGlobalVariable(String variableName)

If the global variable specified by the given variable name is present in the scripting environment, this method will return true. Otherwise, it returns false.
 

public boolean isGlobalVariable(String variableName) {
...
}