javax.script
API.See: Description
Class | Description |
---|---|
JSBindings |
Wrapper class for the JDK Javascript engine Bindings class that extends the
wrapped Bindings to search the SCXML context for variables and predefined
functions that do not exist in the wrapped Bindings.
|
JSContext |
SCXML Context for use by the JSEvaluator.
|
JSEvaluator |
Embedded JavaScript expression evaluator for SCXML expressions.
|
JSEvaluator.JSEvaluatorProvider | |
JSFunctions |
Custom Javascript engine function providing the SCXML In() predicate and the Commons SCXML extensions
for Data() and Location() to support XPath datamodel access.
|
A collection of classes that allow JavaScript to be used in expressions
within SCXML documents via the javax.script
API.
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.