org.apache.commons.scxml.env.jsp |
A collection of classes bridging the SCXML executor to the JSP
environment. An example of this usage can be found in the
pluggable dialog management of the
Reusable Dialog Components (RDC) group container.
|
Java Source File Name | Type | Comment |
ELContext.java | Class | EL Context for SCXML interpreter. |
ELEvaluator.java | Class | Evaluator implementation enabling use of EL expressions in
SCXML documents. |
EnvJspTestSuite.java | Class | Test suite for SCXML env package. |
MockJspContext.java | Class | A placeholder for a JspContext, to run tests against. |
RootContext.java | Class | EL Context for root SCXML element. |
RootContextTest.java | Class | Unit tests
org.apache.commons.scxml.env.RootContext . |