Uses of Interface
org.apache.taglibs.rdc.scxml.Context

Packages that use Context
org.apache.taglibs.rdc.scxml The core classes for the digestion and interpretation of SCXML documents. 
org.apache.taglibs.rdc.scxml.env A collection of classes bridging the SCXML executor to the RDC runtime environment (servlet container). 
org.apache.taglibs.rdc.scxml.model A collection of classes needed to model SCXML documents. 
 

Uses of Context in org.apache.taglibs.rdc.scxml
 

Methods in org.apache.taglibs.rdc.scxml that return Context
 Context Context.getParent()
          Get the parent Context, may be null
 Context Evaluator.newContext(Context parent)
          Create a new child context.
 

Methods in org.apache.taglibs.rdc.scxml with parameters of type Context
static SCXML SCXMLDigester.digest(java.lang.String documentRealPath, org.xml.sax.ErrorHandler errHandler, Context evalCtx, Evaluator evalEngine, PathResolver pr)
          API for standalone usage where the SCXML document is a URI.
static SCXML SCXMLDigester.digest(java.net.URL scxmlURL, org.xml.sax.ErrorHandler errHandler, Context evalCtx, Evaluator evalEngine)
          API for standalone usage where the SCXML document is a URL.
 java.lang.Object Evaluator.eval(Context ctx, java.lang.String exp)
          Evaluate an expression
 java.lang.Boolean Evaluator.evalCond(Context ctx, java.lang.String expr)
          Evaluate a condition.
 Context Evaluator.newContext(Context parent)
          Create a new child context.
 

Uses of Context in org.apache.taglibs.rdc.scxml.env
 

Classes in org.apache.taglibs.rdc.scxml.env that implement Context
 class ELContext
          EL Context for SCXML interpreter.
 class RootContext
          EL Context for root SCXML element.
 

Fields in org.apache.taglibs.rdc.scxml.env declared as Context
protected  Context ELContext.parent
           
 

Methods in org.apache.taglibs.rdc.scxml.env that return Context
 Context ELContext.getParent()
          Get the parent Context, may be null
 Context ELEvaluator.newContext(Context parent)
          Create a new child context.
 

Methods in org.apache.taglibs.rdc.scxml.env with parameters of type Context
 java.lang.Object ELEvaluator.eval(Context ctx, java.lang.String expr)
          Evaluate an expression
 java.lang.Boolean ELEvaluator.evalCond(Context ctx, java.lang.String expr)
           
 Context ELEvaluator.newContext(Context parent)
          Create a new child context.
 

Constructors in org.apache.taglibs.rdc.scxml.env with parameters of type Context
ELContext(Context parent)
           
 

Uses of Context in org.apache.taglibs.rdc.scxml.model
 

Methods in org.apache.taglibs.rdc.scxml.model that return Context
 Context State.getContext()
          Get the Context
 Context SCXML.getRootContext()
          Get the root Context for this document
 

Methods in org.apache.taglibs.rdc.scxml.model with parameters of type Context
 void State.setContext(Context context)
          Set the Context
 void SCXML.setRootContext(Context rootContext)
          Set the root Context for this document
 



Copyright ? 2000-2004 The Apache Software Foundation. All Rights Reserved.