See: Description
| Interface | Description |
|---|---|
| GroovyExtendableScriptCache.CompilerConfigurationFactory |
Serializable factory interface providing the Groovy CompilerConfiguration,
needed to restore the specific CompilerConfiguration after de-serialization
|
| GroovyExtendableScriptCache.ParentClassLoaderFactory |
Serializable factory interface providing the Groovy parent ClassLoader,
needed to restore the specific ClassLoader after de-serialization
|
| GroovyExtendableScriptCache.ScriptPreProcessor |
| Class | Description |
|---|---|
| GroovyContext |
Groovy Context implementation for Commons SCXML.
|
| GroovyContextBinding |
Delegating Groovy Binding class which delegates all variables access to its GroovyContext
|
| GroovyEvaluator |
Evaluator implementation enabling use of Groovy expressions in SCXML documents.
|
| GroovyEvaluator.GroovyEvaluatorProvider | |
| GroovyExtendableScriptCache |
GroovyExtendableScriptCache is a general purpose and
Serializable Groovy Script cache. |
| GroovyExtendableScriptCache.ScriptCacheElement | |
| GroovySCXMLScript |
Groovy
Script base class for SCXML, providing the standard 'builtin' functions GroovySCXMLScript.In(String),
GroovySCXMLScript.Data(String) and GroovySCXMLScript.Location(String), as well as JEXL like convenience functions
GroovySCXMLScript.empty(Object) and GroovySCXMLScript.var(String). |
A collection of classes that allow Groovy to be used in expressions within SCXML documents.
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.