Class NoExecutionVariableScope

  • All Implemented Interfaces:
    VariableScope

    public class NoExecutionVariableScope
    extends Object
    implements VariableScope
    Variable-scope only used to resolve variables when NO execution is active but expression-resolving is needed. This occurs eg. when start-form properties have default's defined. Even though variables are not available yet, expressions should be resolved anyway.
Specified by:
setVariable in interface VariableScope
Parameters:
variableName - the name of the variable to be set
value - the value of the variable to be set