| Name | Description | Type | Package | Framework |
| AbstractActionModel | Model support for actions. | Class | org.springframework.webflow.engine.model | Spring Webflow |
|
| AbstractFlowBuilder | Abstract base implementation of a flow builder defining common functionality needed by most concrete flow builderonly required to implement buildStates(). | Class | org.springframework.webflow.engine.builder.support | Spring Webflow |
|
| AbstractMappingModel | Model support for mappings. | Class | org.springframework.webflow.engine.model | Spring Webflow |
|
| AbstractModel | Contains basic merge functions that can be utilized by other models. | Class | org.springframework.webflow.engine.model | Spring Webflow |
|
| AbstractStateModel | Model support for states. | Class | org.springframework.webflow.engine.model | Spring Webflow |
|
| AbstractTransitionableStateModel | Model support for transitionable states. | Class | org.springframework.webflow.engine.model | Spring Webflow |
|
| ActionExecutingViewFactory | A view factory implementation that creates views that execute an action when rendered. | Class | org.springframework.webflow.engine.support | Spring Webflow |
|
| ActionList | An ordered, typed list of actions, mainly for use internally by flow artifacts that can execute groups of actions. | Class | org.springframework.webflow.engine | Spring Webflow |
|
| ActionState | A transitionable state that executes one or more actions when entered. | Class | org.springframework.webflow.engine | Spring Webflow |
|
| ActionStateModel | Model support for action states. | Class | org.springframework.webflow.engine.model | Spring Webflow |
|
| ActionTransitionCriteria | A transition criteria that will execute an action when tested and return true if the action's result isequal to the 'trueEventId', false otherwise. | Class | org.springframework.webflow.engine.support | Spring Webflow |
|
| AttributeModel | Model support for attributes. | Class | org.springframework.webflow.engine.model | Spring Webflow |
|
| BeanFactoryVariableValueFactory | A bean-factory backed variable value factory. | Class | org.springframework.webflow.engine.support | Spring Webflow |
|
| BeanImportModel | Model support for bean imports. | Class | org.springframework.webflow.engine.model | Spring Webflow |
|
| BinderConfiguration | Contains the information needed to bind model to a view. | Class | org.springframework.webflow.engine.builder | Spring Webflow |
|
| BinderConfiguration .Binding | A binding that provides the information needed to connect an element of the view to a property of the model. | Class | org.springframework.webflow.engine.builder.BinderConfiguration | Spring Webflow |
|
| BinderModel | Model support for the view-state binder element. | Class | org.springframework.webflow.engine.model | Spring Webflow |
|
| BindingModel | Model support for binding elements. | Class | org.springframework.webflow.engine.model | Spring Webflow |
|
| DecisionState | A simple transitionable state that when entered will execute the first transition whose matching criteria evaluatesto true in the context of the current request. | Class | org.springframework.webflow.engine | Spring Webflow |
|
| DecisionStateModel | Model support for decision states. | Class | org.springframework.webflow.engine.model | Spring Webflow |
|
| DefaultDocumentLoader | The default document loader strategy for XSD-based XML documents with validation enabled by default. | Class | org.springframework.webflow.engine.model.builder.xml | Spring Webflow |
|
| DefaultFlowHolder | A flow definition holder that can detect changes on an underlying flow definition resource and refresh that resourceThis class is thread-safe. | Class | org.springframework.webflow.engine.builder | Spring Webflow |
|
| DefaultFlowModelHolder | A flow model holder that can detect changes on an underlying flow model resource and refresh that resourceThis class is thread-safe. | Class | org.springframework.webflow.engine.model.builder | Spring Webflow |
|
| DefaultTargetStateResolver | A transition target state resolver that evaluates an expression to resolve the target state. | Class | org.springframework.webflow.engine.support | Spring Webflow |
|
| DefaultTransitionCriteria | Transition criteria that tests the value of an expression. | Class | org.springframework.webflow.engine.support | Spring Webflow |
|
| DocumentLoader | A generic strategy interface encapsulating the logic to load an XML-based document. | Interface | org.springframework.webflow.engine.model.builder.xml | Spring Webflow |
|
| EndState | A state that ends a flow when entered. | Class | org.springframework.webflow.engine | Spring Webflow |
|
| EndStateModel | Model support for end states. | Class | org.springframework.webflow.engine.model | Spring Webflow |
|
| EvaluateModel | Model support for evaluate actions. | Class | org.springframework.webflow.engine.model | Spring Webflow |
|
| ExceptionHandlerModel | Model support for exception handlers. | Class | org.springframework.webflow.engine.model | Spring Webflow |
|
| Flow | A single flow definition. | Class | org.springframework.webflow.engine | Spring Webflow |
|
| FlowArtifactFactory | A factory for core web flow elements such as flows, states, and transitions. | Class | org.springframework.webflow.engine.builder | Spring Webflow |
|
| FlowAssembler | A director for assembling flows, delegating to a FlowBuilder to construct a flow. | Class | org.springframework.webflow.engine.builder | Spring Webflow |
|
| FlowAttributeMappingException | Base class for attribute mapping failures. | Class | org.springframework.webflow.engine | Spring Webflow |
|
| FlowBuilder | Builder interface used to build a flow definition. | Interface | org.springframework.webflow.engine.builder | Spring Webflow |
|
| FlowBuilderContext | Provides services needed to a direct a flow builder through building a flow definition. | Interface | org.springframework.webflow.engine.builder | Spring Webflow |
|
| FlowBuilderContextImpl | Generic implementation of a flow builder context, suitable for use by most flow assembly systems. | Class | org.springframework.webflow.engine.builder.support | Spring Webflow |
|
| FlowBuilderException | Exception thrown to indicate a problem while building a flow. | Class | org.springframework.webflow.engine.builder | Spring Webflow |
|
| FlowBuilderServices | A simple holder for configuring the services used by flow builders. | Class | org.springframework.webflow.engine.builder.support | Spring Webflow |
|
| FlowExecutionExceptionHandler | A strategy for handling an exception that occurs at runtime during an active flow execution. | Interface | org.springframework.webflow.engine | Spring Webflow |
|
| FlowExecutionExceptionHandlerSet | A typed set of state exception handlers, mainly for use internally by artifacts that can apply state exceptionAuthor:Keith DonaldSee Also:FlowExecutionExceptionHandler, | Class | org.springframework.webflow.engine | Spring Webflow |
|
| FlowExecutionImpl | Default implementation of FlowExecution that uses a stack-based data structure to manage spawned flow sessions. | Class | org.springframework.webflow.engine.impl | Spring Webflow |
|
| FlowExecutionImplFactory | A factory for instances of the default flow execution implementation. | Class | org.springframework.webflow.engine.impl | Spring Webflow |
|
| FlowExecutionStatus | enum FlowExecutionStatusA enum used internally by FlowExecutionImpl to track its status. | Class | org.springframework.webflow.engine.impl | Spring Webflow |
|
| FlowInputMappingException | Thrown when flow input mapping fails. | Class | org.springframework.webflow.engine | Spring Webflow |
|
| FlowModel | Model support for flows. | Class | org.springframework.webflow.engine.model | Spring Webflow |
|
| FlowModelBuilder | Builder interface used to build a flow model. | Interface | org.springframework.webflow.engine.model.builder | Spring Webflow |
|
| FlowModelBuilderException | Exception thrown to indicate a problem while building a flow model. | Class | org.springframework.webflow.engine.model.builder | Spring Webflow |
|
| FlowModelFlowBuilder | Builds a runtime Flow definition object from a FlowModel. | Class | org.springframework.webflow.engine.builder.model | Spring Webflow |
|
| FlowModelHolder | A holder holding a reference to a Flow model. | Interface | org.springframework.webflow.engine.model.registry | Spring Webflow |
|
| FlowModelHolderLocator | A companion to FlowModelLocator for access to the FlowModelHolderwrapping the FlowModel. | Interface | org.springframework.webflow.engine.model.registry | Spring Webflow |
|
| FlowModelLocator | A runtime service locator interface for retrieving flow definitions by id. | Interface | org.springframework.webflow.engine.model.registry | Spring Webflow |
|
| FlowModelRegistry | A container of flow models. | Interface | org.springframework.webflow.engine.model.registry | Spring Webflow |
|
| FlowModelRegistryImpl | A generic registry implementation for housing one or more flow models. | Class | org.springframework.webflow.engine.model.registry | Spring Webflow |
|
| FlowOutputMappingException | Thrown when flow output mapping fails. | Class | org.springframework.webflow.engine | Spring Webflow |
|
| FlowVariable | A value object that defines a specification for a flow variable. | Class | org.springframework.webflow.engine | Spring Webflow |
|
| GenericSubflowAttributeMapper | Simple flow attribute mapper that holds an input and output mapper strategy. | Class | org.springframework.webflow.engine.support | Spring Webflow |
|
| History | View state history policies. | Class | org.springframework.webflow.engine | Spring Webflow |
|
| IfModel | Model support for if elements. | Class | org.springframework.webflow.engine.model | Spring Webflow |
|
| InputModel | Model support for input mappings. | Class | org.springframework.webflow.engine.model | Spring Webflow |
|
| Model | Interface defining models. | Interface | org.springframework.webflow.engine.model | Spring Webflow |
|
| NoMatchingTransitionException | Thrown when no transition can be matched given the occurence of an event in the context of a flow execution request. | Class | org.springframework.webflow.engine | Spring Webflow |
|
| NoSuchFlowModelException | Thrown when no flow model was found during a lookup operation by a flow locator. | Class | org.springframework.webflow.engine.model.registry | Spring Webflow |
|
| NotTransitionCriteria | Transition criteria that negates the result of the evaluation of another criteria object. | Class | org.springframework.webflow.engine.support | Spring Webflow |
|
| OutputModel | Model support for output mappings. | Class | org.springframework.webflow.engine.model | Spring Webflow |
|
| PersistenceContextModel | Model support for persistence context elements. | Class | org.springframework.webflow.engine.model | Spring Webflow |
|
| RenderModel | Model support for render actions. | Class | org.springframework.webflow.engine.model | Spring Webflow |
|
| RequestControlContext | Mutable control interface used to manipulate an ongoing flow execution in the context of one client request. | Interface | org.springframework.webflow.engine | Spring Webflow |
|
| SecuredModel | Model support for secured elements. | Class | org.springframework.webflow.engine.model | Spring Webflow |
|
| SetModel | Model support for set actions. | Class | org.springframework.webflow.engine.model | Spring Webflow |
|
| State | A point in a flow where something happens. | Class | org.springframework.webflow.engine | Spring Webflow |
|
| SubflowAttributeMapper | A strategy interface used by a subflow state to map subflow input and output attributes. | Interface | org.springframework.webflow.engine | Spring Webflow |
|
| SubflowState | A transitionable state that spawns a subflow when executed. | Class | org.springframework.webflow.engine | Spring Webflow |
|
| SubflowStateModel | Model support for subflow states. | Class | org.springframework.webflow.engine.model | Spring Webflow |
|
| TargetStateResolver | A strategy for calculating the target state of a transition. | Interface | org.springframework.webflow.engine | Spring Webflow |
|
| Transition | A path from one state to another state. | Class | org.springframework.webflow.engine | Spring Webflow |
|
| TransitionableState | Abstract superclass for states that can execute a transition in response to an event. | Class | org.springframework.webflow.engine | Spring Webflow |
|
| TransitionCriteria | Strategy interface encapsulating criteria that determine whether or not a transition should execute given a flowexecution request context. | Interface | org.springframework.webflow.engine | Spring Webflow |
|
| TransitionCriteriaChain | An ordered chain of TransitionCriteria. | Class | org.springframework.webflow.engine.support | Spring Webflow |
|
| TransitionExecutingFlowExecutionExceptionHandler | A flow execution exception handler that maps the occurrence of a specific type of exception to a transition to a newThe handled FlowExecutionException will be exposed in flash scope as | Class | org.springframework.webflow.engine.support | Spring Webflow |
|
| TransitionModel | Model support for transitions. | Class | org.springframework.webflow.engine.model | Spring Webflow |
|
| TransitionSet | A typed set of transitions for use internally by artifacts that can apply transition execution logic. | Class | org.springframework.webflow.engine | Spring Webflow |
|
| VariableValueFactory | A strategy that encapsulates the source of a flow variable value. | Interface | org.springframework.webflow.engine | Spring Webflow |
|
| VarModel | Model support for var elements. | Class | org.springframework.webflow.engine.model | Spring Webflow |
|
| ViewFactoryCreator | A factory for ViewFactory objects. | Interface | org.springframework.webflow.engine.builder | Spring Webflow |
|
| ViewRenderingException | Thrown if a IO exception was thrown during view rendering. | Class | org.springframework.webflow.engine | Spring Webflow |
|
| ViewState | A view state is a state that issues a response to the user, for example, for soliciting form input. | Class | org.springframework.webflow.engine | Spring Webflow |
|
| ViewStateModel | Model support for view states. | Class | org.springframework.webflow.engine.model | Spring Webflow |
|
| ViewVariable | A variable scoped to a particular view. | Class | org.springframework.webflow.engine | Spring Webflow |
|
| WildcardTransitionCriteria | Transition criteria that always returns true. | Class | org.springframework.webflow.engine | Spring Webflow |
|
| XmlFlowModelBuilder | Builds a flow model from a XML-based flow definition resource. | Class | org.springframework.webflow.engine.model.builder.xml | Spring Webflow |