Uses of Package
org.springframework.webflow.definition

Packages that use org.springframework.webflow.definition
org.springframework.webflow.definition Core, stable abstractions for representing flow definitions. 
org.springframework.webflow.definition.registry The flow definition registry subsystem for managing containers of flow definitions. 
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.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.definition used by org.springframework.webflow.definition
Annotated
          An interface to be implemented by objects that are annotated with attributes they wish to expose to clients.
FlowDefinition
          The definition of a flow, a program that when executed carries out the orchestration of a task on behalf of a single client.
StateDefinition
          A step within a flow definition where behavior is executed.
TransitionDefinition
          A transition takes a flow from one state to another.
 

Classes in org.springframework.webflow.definition used by org.springframework.webflow.definition.registry
FlowDefinition
          The definition of a flow, a program that when executed carries out the orchestration of a task on behalf of a single client.
 

Classes in org.springframework.webflow.definition used by org.springframework.webflow.engine
Annotated
          An interface to be implemented by objects that are annotated with attributes they wish to expose to clients.
FlowDefinition
          The definition of a flow, a program that when executed carries out the orchestration of a task on behalf of a single client.
StateDefinition
          A step within a flow definition where behavior is executed.
TransitionableStateDefinition
          A state that can transition to another state.
TransitionDefinition
          A transition takes a flow from one state to another.
 

Classes in org.springframework.webflow.definition used by org.springframework.webflow.engine.builder
FlowDefinition
          The definition of a flow, a program that when executed carries out the orchestration of a task on behalf of a single client.
 

Classes in org.springframework.webflow.definition used by org.springframework.webflow.engine.impl
FlowDefinition
          The definition of a flow, a program that when executed carries out the orchestration of a task on behalf of a single client.
 

Classes in org.springframework.webflow.definition used by org.springframework.webflow.engine.support
Annotated
          An interface to be implemented by objects that are annotated with attributes they wish to expose to clients.
 

Classes in org.springframework.webflow.definition used by org.springframework.webflow.execution
FlowDefinition
          The definition of a flow, a program that when executed carries out the orchestration of a task on behalf of a single client.
StateDefinition
          A step within a flow definition where behavior is executed.
TransitionDefinition
          A transition takes a flow from one state to another.
 

Classes in org.springframework.webflow.definition used by org.springframework.webflow.execution.factory
FlowDefinition
          The definition of a flow, a program that when executed carries out the orchestration of a task on behalf of a single client.
 

Classes in org.springframework.webflow.definition used by org.springframework.webflow.test
FlowDefinition
          The definition of a flow, a program that when executed carries out the orchestration of a task on behalf of a single client.
StateDefinition
          A step within a flow definition where behavior is executed.
TransitionDefinition
          A transition takes a flow from one state to another.
 

Classes in org.springframework.webflow.definition used by org.springframework.webflow.test.execution
FlowDefinition
          The definition of a flow, a program that when executed carries out the orchestration of a task on behalf of a single client.
 



Copyright © 2009 Spring Framework. All Rights Reserved.