Uses of Package
org.springframework.webflow.context

Packages that use org.springframework.webflow.context
org.springframework.webflow.context The external context subsystem for accessing the environment of a client that has called into Spring Web Flow. 
org.springframework.webflow.context.portlet The representation of a client request into Spring Web Flow from a JSR-168 Portlet environment. 
org.springframework.webflow.context.servlet The representation of a client request into Spring Web Flow from an HTTP Servlet environment. 
org.springframework.webflow.engine.impl The implementation of Spring Web Flow's flow execution machine. 
org.springframework.webflow.execution Core, stable abstractions for representing runtime executions of flow definitions. 
org.springframework.webflow.executor High-level executors for driving the execution of flow definitions. 
org.springframework.webflow.executor.jsf The integration layer between Spring Web Flow and Java Server Faces (JSF). 
org.springframework.webflow.executor.mvc The integration layer between Spring Web Flow the Spring (Portlet) MVC framework. 
org.springframework.webflow.executor.struts The integration layer between Spring Web Flow and Struts 1.x. 
org.springframework.webflow.executor.support Flow executor implementation support; includes helpers for driving the execution of flows. 
org.springframework.webflow.test Support for testing flows and their associated artifacts. 
org.springframework.webflow.test.execution Support for testing the execution of a flow definition. 
 

Classes in org.springframework.webflow.context used by org.springframework.webflow.context
ExternalContext
          A facade that provides normalized access to an external system that has interacted with Spring Web Flow.
 

Classes in org.springframework.webflow.context used by org.springframework.webflow.context.portlet
ExternalContext
          A facade that provides normalized access to an external system that has interacted with Spring Web Flow.
 

Classes in org.springframework.webflow.context used by org.springframework.webflow.context.servlet
ExternalContext
          A facade that provides normalized access to an external system that has interacted with Spring Web Flow.
 

Classes in org.springframework.webflow.context used by org.springframework.webflow.engine.impl
ExternalContext
          A facade that provides normalized access to an external system that has interacted with Spring Web Flow.
 

Classes in org.springframework.webflow.context used by org.springframework.webflow.execution
ExternalContext
          A facade that provides normalized access to an external system that has interacted with Spring Web Flow.
 

Classes in org.springframework.webflow.context used by org.springframework.webflow.executor
ExternalContext
          A facade that provides normalized access to an external system that has interacted with Spring Web Flow.
 

Classes in org.springframework.webflow.context used by org.springframework.webflow.executor.jsf
ExternalContext
          A facade that provides normalized access to an external system that has interacted with Spring Web Flow.
 

Classes in org.springframework.webflow.context used by org.springframework.webflow.executor.mvc
ExternalContext
          A facade that provides normalized access to an external system that has interacted with Spring Web Flow.
 

Classes in org.springframework.webflow.context used by org.springframework.webflow.executor.struts
ExternalContext
          A facade that provides normalized access to an external system that has interacted with Spring Web Flow.
 

Classes in org.springframework.webflow.context used by org.springframework.webflow.executor.support
ExternalContext
          A facade that provides normalized access to an external system that has interacted with Spring Web Flow.
 

Classes in org.springframework.webflow.context used by org.springframework.webflow.test
ExternalContext
          A facade that provides normalized access to an external system that has interacted with Spring Web Flow.
 

Classes in org.springframework.webflow.context used by org.springframework.webflow.test.execution
ExternalContext
          A facade that provides normalized access to an external system that has interacted with Spring Web Flow.
 



Copyright © 2009 Spring Framework. All Rights Reserved.