Package | Description |
---|---|
org.apache.commons.scxml2.env.groovy |
A collection of classes that allow Groovy to be used in expressions
within SCXML documents.
|
Modifier and Type | Method and Description |
---|---|
protected GroovyEvaluator |
GroovyContext.getGroovyEvaluator() |
Modifier and Type | Method and Description |
---|---|
protected void |
GroovyContext.setGroovyEvaluator(GroovyEvaluator evaluator) |
Constructor and Description |
---|
GroovyContext(Context parent,
GroovyEvaluator evaluator)
Constructor with parent context.
|
GroovyContext(Context parent,
Map<String,Object> initialVars,
GroovyEvaluator evaluator)
Constructor with initial vars.
|
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.