Package | Description |
---|---|
org.apache.commons.scxml |
The Commons SCXML executor and core concepts.
|
org.apache.commons.scxml.env.jexl |
A collection of classes that allow JEXL to be used in expressions
within SCXML documents.
|
org.apache.commons.scxml.env.jsp |
A collection of classes bridging the SCXML executor to the JSP
environment.
|
org.apache.commons.scxml.model |
A collection of classes needed to model SCXML documents.
|
Modifier and Type | Method and Description |
---|---|
Object |
Evaluator.eval(Context ctx,
String expr)
Evaluate an expression.
|
Boolean |
Evaluator.evalCond(Context ctx,
String expr)
Evaluate a condition.
|
Node |
Evaluator.evalLocation(Context ctx,
String expr)
Evaluate a location that returns a Node within an XML data tree.
|
Modifier and Type | Method and Description |
---|---|
Object |
JexlEvaluator.eval(Context ctx,
String expr)
Evaluate an expression.
|
Boolean |
JexlEvaluator.evalCond(Context ctx,
String expr) |
Node |
JexlEvaluator.evalLocation(Context ctx,
String expr) |
Modifier and Type | Method and Description |
---|---|
Object |
ELEvaluator.eval(Context ctx,
String expr)
Evaluate an expression.
|
Boolean |
ELEvaluator.evalCond(Context ctx,
String expr) |
Node |
ELEvaluator.evalLocation(Context ctx,
String expr) |
Modifier and Type | Method and Description |
---|---|
abstract void |
Action.execute(EventDispatcher evtDispatcher,
ErrorReporter errRep,
SCInstance scInstance,
org.apache.commons.logging.Log appLog,
Collection derivedEvents)
Execute this action instance.
|
void |
Cancel.execute(EventDispatcher evtDispatcher,
ErrorReporter errRep,
SCInstance scInstance,
org.apache.commons.logging.Log appLog,
Collection derivedEvents)
Execute this action instance.
|
void |
Send.execute(EventDispatcher evtDispatcher,
ErrorReporter errRep,
SCInstance scInstance,
org.apache.commons.logging.Log appLog,
Collection derivedEvents)
Execute this action instance.
|
void |
If.execute(EventDispatcher evtDispatcher,
ErrorReporter errRep,
SCInstance scInstance,
org.apache.commons.logging.Log appLog,
Collection derivedEvents)
Execute this action instance.
|
void |
Log.execute(EventDispatcher evtDispatcher,
ErrorReporter errRep,
SCInstance scInstance,
org.apache.commons.logging.Log appLog,
Collection derivedEvents)
Execute this action instance.
|
void |
Event.execute(EventDispatcher evtDispatcher,
ErrorReporter errRep,
SCInstance scInstance,
org.apache.commons.logging.Log appLog,
Collection derivedEvents)
Execute this action instance.
|
void |
Assign.execute(EventDispatcher evtDispatcher,
ErrorReporter errRep,
SCInstance scInstance,
org.apache.commons.logging.Log appLog,
Collection derivedEvents)
Execute this action instance.
|
void |
ElseIf.execute(EventDispatcher evtDispatcher,
ErrorReporter errRep,
SCInstance scInstance,
org.apache.commons.logging.Log appLog,
Collection derivedEvents)
Execute this action instance.
|
void |
Var.execute(EventDispatcher evtDispatcher,
ErrorReporter errRep,
SCInstance scInstance,
org.apache.commons.logging.Log appLog,
Collection derivedEvents)
Execute this action instance.
|
void |
Exit.execute(EventDispatcher evtDispatcher,
ErrorReporter errRep,
SCInstance scInstance,
org.apache.commons.logging.Log appLog,
Collection derivedEvents)
Execute this action instance.
|
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.