Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.webflow.execution Classes and Interfaces - 48 results found.
NameDescriptionTypePackageFramework
AbstractFlowExecutionRepositoryAbstract base class for flow execution repository implementations.Classorg.springframework.webflow.execution.repository.supportSpring Webflow
AbstractSnapshottingFlowExecutionRepositoryBase class for repositories that take flow execution snapshots using a FlowExecutionSnapshotFactory.Classorg.springframework.webflow.execution.repository.snapshotSpring Webflow
ActionA command that executes a behavior and returns a logical execution result a calling flow execution can respond to.Interfaceorg.springframework.webflow.executionSpring Webflow
ActionExecutionExceptionThrown if an unhandled exception occurs when an action is executed.Classorg.springframework.webflow.executionSpring Webflow
ActionExecutorA simple static helper that performs action execution that encapsulates common logging and exception handling logic.Classorg.springframework.webflow.executionSpring Webflow
AnnotatedActionAn action proxy/decorator that stores arbitrary properties about a target Action implementation for usewithin a specific Action execution context, for example an ActionState definition, aClassorg.springframework.webflow.executionSpring Webflow
BadlyFormattedFlowExecutionKeyExceptionThrown when an encoded flow execution key is badly formatted and could not be parsed.Classorg.springframework.webflow.execution.repositorySpring Webflow
CompositeFlowExecutionKeyA flow execution key that consists of two parts:A executionId, identifying a logical FlowExecution that is running.Classorg.springframework.webflow.execution.repository.supportSpring Webflow
ConditionalFlowExecutionListenerLoaderA flow execution listener loader that stores listeners in a list-backed data structure and allows for configurationof which listeners should apply to which flow definitions.Classorg.springframework.webflow.execution.factorySpring Webflow
DefaultFlowExecutionRepositoryThe default flow execution repository implementation.Classorg.springframework.webflow.execution.repository.implSpring Webflow
EnterStateVetoExceptionException thrown to veto the entering of a state of a flow.Classorg.springframework.webflow.executionSpring Webflow
EventSignals the occurrence of something an active flow execution should respond to.Classorg.springframework.webflow.executionSpring Webflow
FlowExecutionAn execution of a flow definition.Interfaceorg.springframework.webflow.executionSpring Webflow
FlowExecutionAccessExceptionBase class for exceptions that indicate a flow execution could not be accessed within a repository.Classorg.springframework.webflow.execution.repositorySpring Webflow
FlowExecutionContextProvides contextual information about a flow execution.Interfaceorg.springframework.webflow.executionSpring Webflow
FlowExecutionExceptionBase class for exceptions that occur within a flow while it is executing.Classorg.springframework.webflow.executionSpring Webflow
FlowExecutionFactoryAn abstract factory for creating flow executions.Interfaceorg.springframework.webflow.executionSpring Webflow
FlowExecutionKeyA key that uniquely identifies a flow execution in a managed FlowExecutionRepository.Classorg.springframework.webflow.executionSpring Webflow
FlowExecutionKeyFactoryA factory for creating flow execution keys.Interfaceorg.springframework.webflow.executionSpring Webflow
FlowExecutionListenerInterface to be implemented by objects that wish to listen and respond to the lifecycle of flowAn 'observer' that is very aspect like, allowing you to insert 'cross cutting' behavior at well-defined points withinInterfaceorg.springframework.webflow.executionSpring Webflow
FlowExecutionListenerAdapterAn abstract adapter class for listeners (observers) of flow execution lifecycle events.Classorg.springframework.webflow.executionSpring Webflow
FlowExecutionListenerCriteriaStrategy interface that determines if a flow execution listener should attach to executions of a specific flowThis selection strategy is typically used by the FlowExecutionListenerLoader to determine which listenersInterfaceorg.springframework.webflow.execution.factorySpring Webflow
FlowExecutionListenerCriteriaFactoryStatic factory for creating commonly used flow execution listener criteria.Classorg.springframework.webflow.execution.factorySpring Webflow
FlowExecutionListenerLoaderA strategy interface for loading the set of FlowExecutionListener's that should apply to executions of a given flowdefinition.Interfaceorg.springframework.webflow.execution.factorySpring Webflow
FlowExecutionLockA pessmistic lock to obtain exclusive rights to a flow execution.Interfaceorg.springframework.webflow.execution.repositorySpring Webflow
FlowExecutionOutcomeAn outcome returned by a flow execution when it ends.Classorg.springframework.webflow.executionSpring Webflow
FlowExecutionRepositoryCentral subsystem interface responsible for the saving and restoring of flow executions, where each flow executionrepresents a state of an active flow definition.Interfaceorg.springframework.webflow.execution.repositorySpring Webflow
FlowExecutionRepositoryExceptionThe root of the FlowExecutionRepository exception hierarchy.Classorg.springframework.webflow.execution.repositorySpring Webflow
FlowExecutionRestorationFailureExceptionThrown when the flow execution with the persistent identifier provided could not be restored.Classorg.springframework.webflow.execution.repositorySpring Webflow
FlowExecutionSnapshotA snapshot that can be used to restore a FlowExecution using a FlowExecutionSnapshotFactory.Classorg.springframework.webflow.execution.repository.snapshotSpring Webflow
FlowExecutionSnapshotFactoryA factory for creating different FlowExecutionSnapshot implementations.Interfaceorg.springframework.webflow.execution.repository.snapshotSpring Webflow
FlowExecutionSnapshotGroupA group of flow execution snapshots.Interfaceorg.springframework.webflow.execution.repository.implSpring Webflow
FlowExecutionStateRestorerA strategy used by repositories to restore transient flow execution state during execution restoration.Interfaceorg.springframework.webflow.execution.repository.supportSpring Webflow
FlowSessionA single, local instantiation of a flow definition launched within an overall flow execution.Interfaceorg.springframework.webflow.executionSpring Webflow
NoSuchFlowExecutionExceptionThrown when the flow execution with the persistent identifier provided could not be found.Classorg.springframework.webflow.execution.repositorySpring Webflow
PermissionDeniedFlowExecutionAccessExceptionThrown when access to a flow execution was denied by a repository.Classorg.springframework.webflow.execution.repositorySpring Webflow
RequestContextA context for a single request to manipulate a flow execution.Interfaceorg.springframework.webflow.executionSpring Webflow
RequestContextHolderSimple holder class that associates a RequestContext instance with the current thread.Classorg.springframework.webflow.executionSpring Webflow
ScopeTypeAn enumeration of the core scope types of Spring Web Flow.Classorg.springframework.webflow.executionSpring Webflow
SerializedFlowExecutionSnapshotA snapshot implementation that is based on standard Java serialization, created by aSerializedFlowExecutionSnapshotFactory.Classorg.springframework.webflow.execution.repository.snapshotSpring Webflow
SerializedFlowExecutionSnapshotFactoryA factory that creates new instances of flow execution snapshots based on standard Java serialization.Classorg.springframework.webflow.execution.repository.snapshotSpring Webflow
SimpleFlowExecutionSnapshotFactoryA factory that creates new flow execution snapshot instances that simply wraps an underlying flow execution instance.Classorg.springframework.webflow.execution.repository.snapshotSpring Webflow
SnapshotCreationExceptionThrown when a continuation snapshot could not be taken of flow execution state.Classorg.springframework.webflow.execution.repository.snapshotSpring Webflow
SnapshotNotFoundExceptionThrown when a flow execution snapshot cannot be found This usually occurs when the client references a snapshot thathas since been removed.Classorg.springframework.webflow.execution.repository.snapshotSpring Webflow
SnapshotUnmarshalExceptionThrown when a FlowExecutionContinuation could not be deserialized into a FlowExecution.Classorg.springframework.webflow.execution.repository.snapshotSpring Webflow
StaticFlowExecutionListenerLoaderA simple flow execution listener loader that simply returns a static listener array on each invocation.Classorg.springframework.webflow.execution.factorySpring Webflow
ViewAllows a client to participate in flow execution.Interfaceorg.springframework.webflow.executionSpring Webflow
ViewFactoryA factory for a view that allows the client to participate in flow execution.Interfaceorg.springframework.webflow.executionSpring Webflow