| Package | Description | 
|---|---|
| org.apache.commons.scxml2 | 
 The Commons SCXML executor and core concepts. 
 | 
| 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 | Method and Description | 
|---|---|
static EvaluatorProvider | 
EvaluatorFactory.getDefaultProvider()  | 
static EvaluatorProvider | 
EvaluatorFactory.getEvaluatorProvider(String datamodelName)  | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
EvaluatorFactory.registerEvaluatorProvider(EvaluatorProvider provider)  | 
static void | 
EvaluatorFactory.setDefaultProvider(EvaluatorProvider defaultProvider)  | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
GroovyEvaluator.GroovyEvaluatorProvider  | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
JSEvaluator.JSEvaluatorProvider  | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
JexlEvaluator.JexlEvaluatorProvider  | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
MinimalEvaluator.MinimalEvaluatorProvider  | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
XPathEvaluator.XPathEvaluatorProvider  | 
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.