Package | Description |
---|---|
org.apache.commons.scxml2.env.jexl |
A collection of classes that allow JEXL to be used in expressions
within SCXML documents.
|
Modifier and Type | Method and Description |
---|---|
protected JexlContext |
JexlEvaluator.getEffectiveContext(JexlContext nodeCtx)
Create a new context which is the summation of contexts from the
current state to document root, child has priority over parent
in scoping rules.
|
Modifier and Type | Method and Description |
---|---|
protected JexlContext |
JexlEvaluator.getEffectiveContext(JexlContext nodeCtx)
Create a new context which is the summation of contexts from the
current state to document root, child has priority over parent
in scoping rules.
|
Constructor and Description |
---|
JexlBuiltin(JexlContext ctxt)
Creates a new instance, wraps the context.
|
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.