Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.webflow.engine Classes and Interfaces - 91 results found.
NameDescriptionTypePackageFramework
AbstractActionModelModel support for actions.Classorg.springframework.webflow.engine.modelSpring Webflow
AbstractFlowBuilderAbstract base implementation of a flow builder defining common functionality needed by most concrete flow builderonly required to implement buildStates().Classorg.springframework.webflow.engine.builder.supportSpring Webflow
AbstractMappingModelModel support for mappings.Classorg.springframework.webflow.engine.modelSpring Webflow
AbstractModelContains basic merge functions that can be utilized by other models.Classorg.springframework.webflow.engine.modelSpring Webflow
AbstractStateModelModel support for states.Classorg.springframework.webflow.engine.modelSpring Webflow
AbstractTransitionableStateModelModel support for transitionable states.Classorg.springframework.webflow.engine.modelSpring Webflow
ActionExecutingViewFactoryA view factory implementation that creates views that execute an action when rendered.Classorg.springframework.webflow.engine.supportSpring Webflow
ActionListAn ordered, typed list of actions, mainly for use internally by flow artifacts that can execute groups of actions.Classorg.springframework.webflow.engineSpring Webflow
ActionStateA transitionable state that executes one or more actions when entered.Classorg.springframework.webflow.engineSpring Webflow
ActionStateModelModel support for action states.Classorg.springframework.webflow.engine.modelSpring Webflow
ActionTransitionCriteriaA transition criteria that will execute an action when tested and return true if the action's result isequal to the 'trueEventId', false otherwise.Classorg.springframework.webflow.engine.supportSpring Webflow
AttributeModelModel support for attributes.Classorg.springframework.webflow.engine.modelSpring Webflow
BeanFactoryVariableValueFactoryA bean-factory backed variable value factory.Classorg.springframework.webflow.engine.supportSpring Webflow
BeanImportModelModel support for bean imports.Classorg.springframework.webflow.engine.modelSpring Webflow
BinderConfigurationContains the information needed to bind model to a view.Classorg.springframework.webflow.engine.builderSpring Webflow
BinderConfiguration .BindingA binding that provides the information needed to connect an element of the view to a property of the model.Classorg.springframework.webflow.engine.builder.BinderConfigurationSpring Webflow
BinderModelModel support for the view-state binder element.Classorg.springframework.webflow.engine.modelSpring Webflow
BindingModelModel support for binding elements.Classorg.springframework.webflow.engine.modelSpring Webflow
DecisionStateA simple transitionable state that when entered will execute the first transition whose matching criteria evaluatesto true in the context of the current request.Classorg.springframework.webflow.engineSpring Webflow
DecisionStateModelModel support for decision states.Classorg.springframework.webflow.engine.modelSpring Webflow
DefaultDocumentLoaderThe default document loader strategy for XSD-based XML documents with validation enabled by default.Classorg.springframework.webflow.engine.model.builder.xmlSpring Webflow
DefaultFlowHolderA flow definition holder that can detect changes on an underlying flow definition resource and refresh that resourceThis class is thread-safe.Classorg.springframework.webflow.engine.builderSpring Webflow
DefaultFlowModelHolderA flow model holder that can detect changes on an underlying flow model resource and refresh that resourceThis class is thread-safe.Classorg.springframework.webflow.engine.model.builderSpring Webflow
DefaultTargetStateResolverA transition target state resolver that evaluates an expression to resolve the target state.Classorg.springframework.webflow.engine.supportSpring Webflow
DefaultTransitionCriteriaTransition criteria that tests the value of an expression.Classorg.springframework.webflow.engine.supportSpring Webflow
DocumentLoaderA generic strategy interface encapsulating the logic to load an XML-based document.Interfaceorg.springframework.webflow.engine.model.builder.xmlSpring Webflow
EndStateA state that ends a flow when entered.Classorg.springframework.webflow.engineSpring Webflow
EndStateModelModel support for end states.Classorg.springframework.webflow.engine.modelSpring Webflow
EvaluateModelModel support for evaluate actions.Classorg.springframework.webflow.engine.modelSpring Webflow
ExceptionHandlerModelModel support for exception handlers.Classorg.springframework.webflow.engine.modelSpring Webflow
FlowA single flow definition.Classorg.springframework.webflow.engineSpring Webflow
FlowArtifactFactoryA factory for core web flow elements such as flows, states, and transitions.Classorg.springframework.webflow.engine.builderSpring Webflow
FlowAssemblerA director for assembling flows, delegating to a FlowBuilder to construct a flow.Classorg.springframework.webflow.engine.builderSpring Webflow
FlowAttributeMappingExceptionBase class for attribute mapping failures.Classorg.springframework.webflow.engineSpring Webflow
FlowBuilderBuilder interface used to build a flow definition.Interfaceorg.springframework.webflow.engine.builderSpring Webflow
FlowBuilderContextProvides services needed to a direct a flow builder through building a flow definition.Interfaceorg.springframework.webflow.engine.builderSpring Webflow
FlowBuilderContextImplGeneric implementation of a flow builder context, suitable for use by most flow assembly systems.Classorg.springframework.webflow.engine.builder.supportSpring Webflow
FlowBuilderExceptionException thrown to indicate a problem while building a flow.Classorg.springframework.webflow.engine.builderSpring Webflow
FlowBuilderServicesA simple holder for configuring the services used by flow builders.Classorg.springframework.webflow.engine.builder.supportSpring Webflow
FlowExecutionExceptionHandlerA strategy for handling an exception that occurs at runtime during an active flow execution.Interfaceorg.springframework.webflow.engineSpring Webflow
FlowExecutionExceptionHandlerSetA typed set of state exception handlers, mainly for use internally by artifacts that can apply state exceptionAuthor:Keith DonaldSee Also:FlowExecutionExceptionHandler,Classorg.springframework.webflow.engineSpring Webflow
FlowExecutionImplDefault implementation of FlowExecution that uses a stack-based data structure to manage spawned flow sessions.Classorg.springframework.webflow.engine.implSpring Webflow
FlowExecutionImplFactoryA factory for instances of the default flow execution implementation.Classorg.springframework.webflow.engine.implSpring Webflow
FlowExecutionStatusenum FlowExecutionStatusA enum used internally by FlowExecutionImpl to track its status.Classorg.springframework.webflow.engine.implSpring Webflow
FlowInputMappingExceptionThrown when flow input mapping fails.Classorg.springframework.webflow.engineSpring Webflow
FlowModelModel support for flows.Classorg.springframework.webflow.engine.modelSpring Webflow
FlowModelBuilderBuilder interface used to build a flow model.Interfaceorg.springframework.webflow.engine.model.builderSpring Webflow
FlowModelBuilderExceptionException thrown to indicate a problem while building a flow model.Classorg.springframework.webflow.engine.model.builderSpring Webflow
FlowModelFlowBuilderBuilds a runtime Flow definition object from a FlowModel.Classorg.springframework.webflow.engine.builder.modelSpring Webflow
FlowModelHolderA holder holding a reference to a Flow model.Interfaceorg.springframework.webflow.engine.model.registrySpring Webflow
FlowModelHolderLocatorA companion to FlowModelLocator for access to the FlowModelHolderwrapping the FlowModel.Interfaceorg.springframework.webflow.engine.model.registrySpring Webflow
FlowModelLocatorA runtime service locator interface for retrieving flow definitions by id.Interfaceorg.springframework.webflow.engine.model.registrySpring Webflow
FlowModelRegistryA container of flow models.Interfaceorg.springframework.webflow.engine.model.registrySpring Webflow
FlowModelRegistryImplA generic registry implementation for housing one or more flow models.Classorg.springframework.webflow.engine.model.registrySpring Webflow
FlowOutputMappingExceptionThrown when flow output mapping fails.Classorg.springframework.webflow.engineSpring Webflow
FlowVariableA value object that defines a specification for a flow variable.Classorg.springframework.webflow.engineSpring Webflow
GenericSubflowAttributeMapperSimple flow attribute mapper that holds an input and output mapper strategy.Classorg.springframework.webflow.engine.supportSpring Webflow
HistoryView state history policies.Classorg.springframework.webflow.engineSpring Webflow
IfModelModel support for if elements.Classorg.springframework.webflow.engine.modelSpring Webflow
InputModelModel support for input mappings.Classorg.springframework.webflow.engine.modelSpring Webflow
ModelInterface defining models.Interfaceorg.springframework.webflow.engine.modelSpring Webflow
NoMatchingTransitionExceptionThrown when no transition can be matched given the occurence of an event in the context of a flow execution request.Classorg.springframework.webflow.engineSpring Webflow
NoSuchFlowModelExceptionThrown when no flow model was found during a lookup operation by a flow locator.Classorg.springframework.webflow.engine.model.registrySpring Webflow
NotTransitionCriteriaTransition criteria that negates the result of the evaluation of another criteria object.Classorg.springframework.webflow.engine.supportSpring Webflow
OutputModelModel support for output mappings.Classorg.springframework.webflow.engine.modelSpring Webflow
PersistenceContextModelModel support for persistence context elements.Classorg.springframework.webflow.engine.modelSpring Webflow
RenderModelModel support for render actions.Classorg.springframework.webflow.engine.modelSpring Webflow
RequestControlContextMutable control interface used to manipulate an ongoing flow execution in the context of one client request.Interfaceorg.springframework.webflow.engineSpring Webflow
SecuredModelModel support for secured elements.Classorg.springframework.webflow.engine.modelSpring Webflow
SetModelModel support for set actions.Classorg.springframework.webflow.engine.modelSpring Webflow
StateA point in a flow where something happens.Classorg.springframework.webflow.engineSpring Webflow
SubflowAttributeMapperA strategy interface used by a subflow state to map subflow input and output attributes.Interfaceorg.springframework.webflow.engineSpring Webflow
SubflowStateA transitionable state that spawns a subflow when executed.Classorg.springframework.webflow.engineSpring Webflow
SubflowStateModelModel support for subflow states.Classorg.springframework.webflow.engine.modelSpring Webflow
TargetStateResolverA strategy for calculating the target state of a transition.Interfaceorg.springframework.webflow.engineSpring Webflow
TransitionA path from one state to another state.Classorg.springframework.webflow.engineSpring Webflow
TransitionableStateAbstract superclass for states that can execute a transition in response to an event.Classorg.springframework.webflow.engineSpring Webflow
TransitionCriteriaStrategy interface encapsulating criteria that determine whether or not a transition should execute given a flowexecution request context.Interfaceorg.springframework.webflow.engineSpring Webflow
TransitionCriteriaChainAn ordered chain of TransitionCriteria.Classorg.springframework.webflow.engine.supportSpring Webflow
TransitionExecutingFlowExecutionExceptionHandlerA 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 asClassorg.springframework.webflow.engine.supportSpring Webflow
TransitionModelModel support for transitions.Classorg.springframework.webflow.engine.modelSpring Webflow
TransitionSetA typed set of transitions for use internally by artifacts that can apply transition execution logic.Classorg.springframework.webflow.engineSpring Webflow
VariableValueFactoryA strategy that encapsulates the source of a flow variable value.Interfaceorg.springframework.webflow.engineSpring Webflow
VarModelModel support for var elements.Classorg.springframework.webflow.engine.modelSpring Webflow
ViewFactoryCreatorA factory for ViewFactory objects.Interfaceorg.springframework.webflow.engine.builderSpring Webflow
ViewRenderingExceptionThrown if a IO exception was thrown during view rendering.Classorg.springframework.webflow.engineSpring Webflow
ViewStateA view state is a state that issues a response to the user, for example, for soliciting form input.Classorg.springframework.webflow.engineSpring Webflow
ViewStateModelModel support for view states.Classorg.springframework.webflow.engine.modelSpring Webflow
ViewVariableA variable scoped to a particular view.Classorg.springframework.webflow.engineSpring Webflow
WildcardTransitionCriteriaTransition criteria that always returns true.Classorg.springframework.webflow.engineSpring Webflow
XmlFlowModelBuilderBuilds a flow model from a XML-based flow definition resource.Classorg.springframework.webflow.engine.model.builder.xmlSpring Webflow