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

Packages that use Evaluator
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). 
 

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

Methods in org.apache.taglibs.rdc.scxml that return Evaluator
 Evaluator SCXMLExecutor.getEvaluator()
          Get the expression evaluator
 

Methods in org.apache.taglibs.rdc.scxml with parameters of type Evaluator
 void SCXMLExecutor.setEvaluator(Evaluator evaluator)
           
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.
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.
 void SCXMLSemantics.filterTransitionsSet(org.apache.taglibs.rdc.scxml.Step step, Evaluator evaluator, ErrorReporter errRep)
           
 

Constructors in org.apache.taglibs.rdc.scxml with parameters of type Evaluator
SCXMLExecutor(Evaluator evaluator, EventDispatcher evtDisp, ErrorReporter errRep)
          Constructor
 

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

Classes in org.apache.taglibs.rdc.scxml.env that implement Evaluator
 class ELEvaluator
          EL engine interface for SCXML Interpreter.
 



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