Uses of Class
org.apache.commons.scxml.env.SimpleContext

Packages that use SimpleContext
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 SimpleContext in org.apache.commons.scxml.env.faces
 

Subclasses of SimpleContext in org.apache.commons.scxml.env.faces
 class SessionContext
          A Faces Session Context.
 

Uses of SimpleContext in org.apache.commons.scxml.env.jexl
 

Subclasses of SimpleContext in org.apache.commons.scxml.env.jexl
 class JexlContext
          JEXL Context implementation for Commons SCXML.
 

Uses of SimpleContext in org.apache.commons.scxml.env.jsp
 

Subclasses of SimpleContext in org.apache.commons.scxml.env.jsp
 class ELContext
          EL Context for SCXML interpreter.
 class RootContext
          EL Context for root SCXML element.
 



Copyright © 2005-2008 The Apache Software Foundation. All Rights Reserved.