|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use Context | |
---|---|
org.apache.commons.scxml | The Commons SCXML executor and core concepts. |
org.apache.commons.scxml.env | A collection of classes that may be commonly used to bridge the SCXML executor to the runtime environment. |
org.apache.commons.scxml.env.faces | A collection of classes bridging the SCXML executor to the JSF-based environments. |
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. |
Uses of Context in org.apache.commons.scxml |
---|
Methods in org.apache.commons.scxml that return Context | |
---|---|
Context |
SCInstance.getContext(TransitionTarget transitionTarget)
Get the Context for this TransitionTarget . |
Context |
Context.getParent()
Get the parent Context, may be null. |
Context |
SCXMLExecutor.getRootContext()
Get the root context for this execution. |
Context |
SCInstance.getRootContext()
Get the root context. |
Context |
Evaluator.newContext(Context parent)
Create a new child context. |
Methods in org.apache.commons.scxml with parameters of type Context | |
---|---|
static void |
SCXMLHelper.cloneDatamodel(Datamodel datamodel,
Context ctx,
Evaluator evaluator,
org.apache.commons.logging.Log log)
Clone data model. |
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. |
Context |
Evaluator.newContext(Context parent)
Create a new child context. |
void |
SCXMLExecutor.setRootContext(Context rootContext)
Set the root context for this execution. |
Uses of Context in org.apache.commons.scxml.env |
---|
Classes in org.apache.commons.scxml.env that implement Context | |
---|---|
class |
SimpleContext
Simple Context wrapping a map of variables. |
Methods in org.apache.commons.scxml.env that return Context | |
---|---|
Context |
SimpleContext.getParent()
Get the parent Context, may be null. |
Constructors in org.apache.commons.scxml.env with parameters of type Context | |
---|---|
AbstractStateMachine(SCXML stateMachine,
Context rootCtx,
Evaluator evaluator)
Primary constructor. |
|
AbstractStateMachine(URL scxmlDocument,
Context rootCtx,
Evaluator evaluator)
Primary constructor, object instantiation incurs parsing cost. |
|
SimpleContext(Context parent)
Constructor. |
|
SimpleContext(Context parent,
Map initialVars)
Constructor. |
Uses of Context in org.apache.commons.scxml.env.faces |
---|
Classes in org.apache.commons.scxml.env.faces that implement Context | |
---|---|
class |
SessionContext
A Faces Session Context. |
Constructors in org.apache.commons.scxml.env.faces with parameters of type Context | |
---|---|
SessionContext(javax.faces.context.FacesContext fc,
Context parent)
Constructor. |
Uses of Context in org.apache.commons.scxml.env.jexl |
---|
Classes in org.apache.commons.scxml.env.jexl that implement Context | |
---|---|
class |
JexlContext
JEXL Context implementation for Commons SCXML. |
Methods in org.apache.commons.scxml.env.jexl that return Context | |
---|---|
Context |
JexlEvaluator.newContext(Context parent)
Create a new child context. |
Methods in org.apache.commons.scxml.env.jexl with parameters of type Context | |
---|---|
Object |
JexlEvaluator.eval(Context ctx,
String expr)
Evaluate an expression. |
Boolean |
JexlEvaluator.evalCond(Context ctx,
String expr)
|
Node |
JexlEvaluator.evalLocation(Context ctx,
String expr)
|
Context |
JexlEvaluator.newContext(Context parent)
Create a new child context. |
Constructors in org.apache.commons.scxml.env.jexl with parameters of type Context | |
---|---|
JexlContext(Context parent)
Constructor with parent context. |
Uses of Context in org.apache.commons.scxml.env.jsp |
---|
Classes in org.apache.commons.scxml.env.jsp that implement Context | |
---|---|
class |
ELContext
EL Context for SCXML interpreter. |
class |
RootContext
EL Context for root SCXML element. |
Methods in org.apache.commons.scxml.env.jsp that return Context | |
---|---|
Context |
ELEvaluator.newContext(Context parent)
Create a new child context. |
Methods in org.apache.commons.scxml.env.jsp with parameters of type Context | |
---|---|
Object |
ELEvaluator.eval(Context ctx,
String expr)
Evaluate an expression. |
Boolean |
ELEvaluator.evalCond(Context ctx,
String expr)
|
Node |
ELEvaluator.evalLocation(Context ctx,
String expr)
|
Context |
ELEvaluator.newContext(Context parent)
Create a new child context. |
Constructors in org.apache.commons.scxml.env.jsp with parameters of type Context | |
---|---|
ELContext(Context parent)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |