Uses of Package
org.springframework.webflow.engine

Packages that use org.springframework.webflow.engine
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.builder.xml The XML-based flow builder implementation. 
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.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.engine used by org.springframework.webflow.engine
ActionExecutionException
          Thrown if an unhandled exception occurs when an action is executed.
ActionList
          An ordered, typed list of actions, mainly for use internally by flow artifacts that can execute groups of actions.
AnnotatedAction
          An action proxy/decorator that stores arbitrary properties about a target Action implementation for use within a specific Action execution context, for example an ActionState definition, a TransitionCriteria definition, or in a test environment.
AnnotatedObject
          A base class for all objects in the web flow system that support annotation using arbitrary properties.
Flow
          A single flow definition.
FlowAttributeMapper
          A service interface that maps attributes between two flows.
FlowExecutionExceptionHandler
          A strategy for handling an exception that occurs at runtime during the execution of a flow definition.
FlowExecutionExceptionHandlerSet
          A typed set of state exception handlers, mainly for use internally by artifacts that can apply state exception handling logic.
FlowVariable
          A value object that defines a specification for a flow variable.
NoMatchingTransitionException
          Thrown when no transition can be matched given the occurence of an event in the context of a flow execution request.
RequestControlContext
          Mutable control interface used to manipulate an ongoing flow execution in the context of one client request.
State
          A point in a flow where something happens.
TargetStateResolver
          A strategy for calculating the target state of a transition.
Transition
          A path from one state to another state.
TransitionableState
          Abstract superclass for states that can execute a transition in response to an event.
TransitionCriteria
          Strategy interface encapsulating criteria that determine whether or not a transition should execute given a flow execution request context.
TransitionSet
          A typed set of transitions for use internally by artifacts that can apply transition execution logic.
ViewSelector
          Factory that produces a new, configured ViewSelection object on each invocation, taking into account the information in the provided flow execution request context.
WildcardTransitionCriteria
          Transition criteria that always returns true.
 

Classes in org.springframework.webflow.engine used by org.springframework.webflow.engine.builder
AnnotatedAction
          An action proxy/decorator that stores arbitrary properties about a target Action implementation for use within a specific Action execution context, for example an ActionState definition, a TransitionCriteria definition, or in a test environment.
Flow
          A single flow definition.
FlowAttributeMapper
          A service interface that maps attributes between two flows.
FlowExecutionExceptionHandler
          A strategy for handling an exception that occurs at runtime during the execution of a flow definition.
State
          A point in a flow where something happens.
TargetStateResolver
          A strategy for calculating the target state of a transition.
Transition
          A path from one state to another state.
TransitionCriteria
          Strategy interface encapsulating criteria that determine whether or not a transition should execute given a flow execution request context.
ViewSelector
          Factory that produces a new, configured ViewSelection object on each invocation, taking into account the information in the provided flow execution request context.
 

Classes in org.springframework.webflow.engine used by org.springframework.webflow.engine.builder.xml
Flow
          A single flow definition.
 

Classes in org.springframework.webflow.engine used by org.springframework.webflow.engine.impl
Flow
          A single flow definition.
RequestControlContext
          Mutable control interface used to manipulate an ongoing flow execution in the context of one client request.
State
          A point in a flow where something happens.
 

Classes in org.springframework.webflow.engine used by org.springframework.webflow.engine.support
ActionList
          An ordered, typed list of actions, mainly for use internally by flow artifacts that can execute groups of actions.
AnnotatedAction
          An action proxy/decorator that stores arbitrary properties about a target Action implementation for use within a specific Action execution context, for example an ActionState definition, a TransitionCriteria definition, or in a test environment.
AnnotatedObject
          A base class for all objects in the web flow system that support annotation using arbitrary properties.
FlowAttributeMapper
          A service interface that maps attributes between two flows.
FlowExecutionExceptionHandler
          A strategy for handling an exception that occurs at runtime during the execution of a flow definition.
FlowVariable
          A value object that defines a specification for a flow variable.
RequestControlContext
          Mutable control interface used to manipulate an ongoing flow execution in the context of one client request.
State
          A point in a flow where something happens.
TargetStateResolver
          A strategy for calculating the target state of a transition.
Transition
          A path from one state to another state.
TransitionCriteria
          Strategy interface encapsulating criteria that determine whether or not a transition should execute given a flow execution request context.
ViewSelector
          Factory that produces a new, configured ViewSelection object on each invocation, taking into account the information in the provided flow execution request context.
 

Classes in org.springframework.webflow.engine used by org.springframework.webflow.test
Flow
          A single flow definition.
RequestControlContext
          Mutable control interface used to manipulate an ongoing flow execution in the context of one client request.
State
          A point in a flow where something happens.
Transition
          A path from one state to another state.
 

Classes in org.springframework.webflow.engine used by org.springframework.webflow.test.execution
Flow
          A single flow definition.
 



Copyright © 2009 Spring Framework. All Rights Reserved.