Package | Description |
---|---|
org.apache.commons.scxml2.env.groovy |
A collection of classes that allow Groovy to be used in expressions
within SCXML documents.
|
org.apache.commons.scxml2.env.javascript |
A collection of classes that allow JavaScript to be used in expressions
within SCXML documents via the
javax.script API. |
org.apache.commons.scxml2.env.jexl |
A collection of classes that allow JEXL to be used in expressions
within SCXML documents.
|
org.apache.commons.scxml2.env.minimal | |
org.apache.commons.scxml2.env.xpath |
A collection of classes that allow XPath to be used in expressions
within SCXML documents via Commons JXPath
|
Modifier and Type | Class and Description |
---|---|
class |
GroovyContext
Groovy Context implementation for Commons SCXML.
|
Modifier and Type | Class and Description |
---|---|
class |
JSContext
SCXML Context for use by the JSEvaluator.
|
Modifier and Type | Class and Description |
---|---|
class |
JexlContext
JEXL Context implementation for Commons SCXML.
|
Modifier and Type | Class and Description |
---|---|
class |
MinimalContext
MinimalContext implementation for the SCXML Null Data Model.
|
Modifier and Type | Class and Description |
---|---|
class |
XPathContext
A
Context implementation for JXPath environments. |
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.