Uses of Package
org.springframework.webflow.execution

Packages that use org.springframework.webflow.execution
org.springframework.webflow.action Common action implementations invokable by flow definitions. 
org.springframework.webflow.action.portlet Action implementations that define logic specific to flows executing in a JSR-168 Portlet environment. 
org.springframework.webflow.config High-level flow system configuration support within a Spring environment. 
org.springframework.webflow.engine The implementation of the core flow definition artifacts that serve the basis of the flow execution engine. 
org.springframework.webflow.engine.builder The flow builder subsystem for building and assembling executable flow definitions. 
org.springframework.webflow.engine.impl The implementation of Spring Web Flow's flow execution machine. 
org.springframework.webflow.engine.support Support implementations for internal engine-specific types. 
org.springframework.webflow.execution Core, stable abstractions for representing runtime executions of flow definitions. 
org.springframework.webflow.execution.factory Supporting types often used by flow execution factory implementations. 
org.springframework.webflow.execution.repository The flow execution repository subsystem for saving, and restoring managed flow executions. 
org.springframework.webflow.execution.repository.continuation Implementation of continuation-based flow execution repositories. 
org.springframework.webflow.execution.repository.support General purpose implementation assistance for flow execution repositories. 
org.springframework.webflow.execution.support Useful generic support implementations of core flow execution types. 
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.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.execution used by org.springframework.webflow.action
Action
          A command that executes a behavior and returns a logical execution result a calling flow execution can respond to.
Event
          Signals the occurrence of something an active flow execution should respond to.
RequestContext
          A context for a single request to manipulate a flow execution.
ScopeType
          An enumeration of the core scope types of Spring Web Flow.
 

Classes in org.springframework.webflow.execution used by org.springframework.webflow.action.portlet
Action
          A command that executes a behavior and returns a logical execution result a calling flow execution can respond to.
Event
          Signals the occurrence of something an active flow execution should respond to.
RequestContext
          A context for a single request to manipulate a flow execution.
 

Classes in org.springframework.webflow.execution used by org.springframework.webflow.config
FlowExecutionFactory
          An abstract factory for creating flow exections.
FlowExecutionListener
          Interface to be implemented by objects that wish to listen and respond to the lifecycle of flow executions.
 

Classes in org.springframework.webflow.execution used by org.springframework.webflow.engine
Action
          A command that executes a behavior and returns a logical execution result a calling flow execution can respond to.
Event
          Signals the occurrence of something an active flow execution should respond to.
FlowExecutionException
          Base class for exceptions that occur within a flow while it is executing.
FlowSession
          A single, local instantiation of a flow definition launched within an overall flow execution.
RequestContext
          A context for a single request to manipulate a flow execution.
ScopeType
          An enumeration of the core scope types of Spring Web Flow.
ViewSelection
          Abstract base class for value objects that provide callers into a flow execution information about a logical response to issue and the data necessary to issue it.
 

Classes in org.springframework.webflow.execution used by org.springframework.webflow.engine.builder
Action
          A command that executes a behavior and returns a logical execution result a calling flow execution can respond to.
ScopeType
          An enumeration of the core scope types of Spring Web Flow.
 

Classes in org.springframework.webflow.execution used by org.springframework.webflow.engine.impl
FlowExecution
          A top-level instance of a flow definition that carries out definition execution on behalf of a single client.
FlowExecutionContext
          Provides contextual information about a flow execution.
FlowExecutionException
          Base class for exceptions that occur within a flow while it is executing.
FlowExecutionFactory
          An abstract factory for creating flow exections.
FlowExecutionListener
          Interface to be implemented by objects that wish to listen and respond to the lifecycle of flow executions.
FlowSession
          A single, local instantiation of a flow definition launched within an overall flow execution.
ViewSelection
          Abstract base class for value objects that provide callers into a flow execution information about a logical response to issue and the data necessary to issue it.
 

Classes in org.springframework.webflow.execution used by org.springframework.webflow.engine.support
Action
          A command that executes a behavior and returns a logical execution result a calling flow execution can respond to.
FlowExecutionException
          Base class for exceptions that occur within a flow while it is executing.
RequestContext
          A context for a single request to manipulate a flow execution.
ScopeType
          An enumeration of the core scope types of Spring Web Flow.
ViewSelection
          Abstract base class for value objects that provide callers into a flow execution information about a logical response to issue and the data necessary to issue it.
 

Classes in org.springframework.webflow.execution used by org.springframework.webflow.execution
EnterStateVetoException
          Exception thrown to veto the entering of a state of a flow.
Event
          Signals the occurrence of something an active flow execution should respond to.
FlowExecution
          A top-level instance of a flow definition that carries out definition execution on behalf of a single client.
FlowExecutionContext
          Provides contextual information about a flow execution.
FlowExecutionException
          Base class for exceptions that occur within a flow while it is executing.
FlowExecutionListener
          Interface to be implemented by objects that wish to listen and respond to the lifecycle of flow executions.
FlowSession
          A single, local instantiation of a flow definition launched within an overall flow execution.
FlowSessionStatus
          Type-safe enumeration of possible flow session statuses.
RequestContext
          A context for a single request to manipulate a flow execution.
ScopeType
          An enumeration of the core scope types of Spring Web Flow.
ViewSelection
          Abstract base class for value objects that provide callers into a flow execution information about a logical response to issue and the data necessary to issue it.
 

Classes in org.springframework.webflow.execution used by org.springframework.webflow.execution.factory
FlowExecutionListener
          Interface to be implemented by objects that wish to listen and respond to the lifecycle of flow executions.
 

Classes in org.springframework.webflow.execution used by org.springframework.webflow.execution.repository
FlowExecution
          A top-level instance of a flow definition that carries out definition execution on behalf of a single client.
 

Classes in org.springframework.webflow.execution used by org.springframework.webflow.execution.repository.continuation
FlowExecution
          A top-level instance of a flow definition that carries out definition execution on behalf of a single client.
 

Classes in org.springframework.webflow.execution used by org.springframework.webflow.execution.repository.support
FlowExecution
          A top-level instance of a flow definition that carries out definition execution on behalf of a single client.
 

Classes in org.springframework.webflow.execution used by org.springframework.webflow.execution.support
Event
          Signals the occurrence of something an active flow execution should respond to.
ViewSelection
          Abstract base class for value objects that provide callers into a flow execution information about a logical response to issue and the data necessary to issue it.
 

Classes in org.springframework.webflow.execution used by org.springframework.webflow.executor
FlowExecutionContext
          Provides contextual information about a flow execution.
FlowExecutionFactory
          An abstract factory for creating flow exections.
ViewSelection
          Abstract base class for value objects that provide callers into a flow execution information about a logical response to issue and the data necessary to issue it.
 

Classes in org.springframework.webflow.execution used by org.springframework.webflow.executor.jsf
FlowExecution
          A top-level instance of a flow definition that carries out definition execution on behalf of a single client.
FlowExecutionFactory
          An abstract factory for creating flow exections.
ViewSelection
          Abstract base class for value objects that provide callers into a flow execution information about a logical response to issue and the data necessary to issue it.
 

Classes in org.springframework.webflow.execution used by org.springframework.webflow.executor.support
FlowExecutionContext
          Provides contextual information about a flow execution.
 

Classes in org.springframework.webflow.execution used by org.springframework.webflow.test
Action
          A command that executes a behavior and returns a logical execution result a calling flow execution can respond to.
Event
          Signals the occurrence of something an active flow execution should respond to.
FlowExecutionContext
          Provides contextual information about a flow execution.
FlowSession
          A single, local instantiation of a flow definition launched within an overall flow execution.
FlowSessionStatus
          Type-safe enumeration of possible flow session statuses.
RequestContext
          A context for a single request to manipulate a flow execution.
ViewSelection
          Abstract base class for value objects that provide callers into a flow execution information about a logical response to issue and the data necessary to issue it.
 

Classes in org.springframework.webflow.execution used by org.springframework.webflow.test.execution
FlowExecution
          A top-level instance of a flow definition that carries out definition execution on behalf of a single client.
FlowExecutionException
          Base class for exceptions that occur within a flow while it is executing.
FlowExecutionFactory
          An abstract factory for creating flow exections.
FlowExecutionListener
          Interface to be implemented by objects that wish to listen and respond to the lifecycle of flow executions.
ViewSelection
          Abstract base class for value objects that provide callers into a flow execution information about a logical response to issue and the data necessary to issue it.
 



Copyright © 2009 Spring Framework. All Rights Reserved.