Library
Spring Webflow version 1.0.rc2
Add to favorites
JDK version:1.4
Web site:http://www.springframework.org/ [License]
Books:Click here to see recommendations
Spring Web Flow (SWF) is a component of the Spring Framework's web stack focused on the definition and execution of UI flow within a web application. The system allows you to capture a logical flow of your web application as a self-contained module that can be reused in different situations. Such a flow guides a single user through the implementation of a business process, and represents a single user conversation. Flows often execute across HTTP requests, have state, exhibit transactional characteristics, and may be dynamic and/or long-running in nature.
Statistics
Packages
Comments
Books
Packages
NameDescription
org.springframework.binding.convert

Core services for converting objects from one type to another.

org.springframework.binding.convert.support

Supporting type converters implementations that are generically applicable and frequently used.

org.springframework.binding.expression

Core expression language abstraction for parsing and evaluating expressions.

org.springframework.binding.expression.support

Expression abstraction implementations, integrated with BeanWrapper and OGNL.

org.springframework.binding.format

Core services for formatting objects in string form.

org.springframework.binding.format.support

Supporting formatter implementations that are generically applicable and frequently used.

org.springframework.binding.mappingNo description provided.
org.springframework.binding.method

Method binding support for invoking abritrary methods on target beans.

org.springframework.binding.utilNo description provided.
org.springframework.webflow

Core definitional artifacts that makeup the Spring Web Flow system.

org.springframework.webflow.action

Common action implementations invokable by flow definitions.

org.springframework.webflow.action.portlet

Action implementations that define special logic available to flows executing in a Portlet environment.

org.springframework.webflow.builder

The Flow Builder subsystem, for building and assembling flow definitions.

org.springframework.webflow.contextCommon implementations of Spring Web Flow External Contexts, providing access to external environments that call into Spring Web Flow.
org.springframework.webflow.context.portletThe representation of a request into Spring Web Flow from a JSR-168 Portlet environment.
org.springframework.webflow.context.servletThe representation of a request into Spring Web Flow from a HTTP Servlet environment.
org.springframework.webflow.execution

The overall system for executing flow definitions.

org.springframework.webflow.execution.impl

The implementation of Spring Web Flow's flow execution machine, based on a finite-state machine.

org.springframework.webflow.execution.repository

The flow execution repository subsystem, for creating, saving, and restoring managed flow executions.

org.springframework.webflow.execution.repository.continuation

Implementation of continuation-based flow execution repositories.

org.springframework.webflow.execution.repository.conversation

The conversation subsystem, for beginning and ending conversations that manage the state of user interactions.

org.springframework.webflow.execution.repository.conversation.impl

Conversation service implementations.

org.springframework.webflow.execution.repository.supportGeneral purpose implementation assistance for flow execution repositories.
org.springframework.webflow.executor

High-level executors for driving the execution of flow definitions.

org.springframework.webflow.executor.jsf

The integration layer between Spring Web Flow and Java Server Faces (JSF)

org.springframework.webflow.executor.mvcThe integration layer between Spring Web Flow the Spring MVC framework.
org.springframework.webflow.executor.strutsThe integration layer between Spring Web Flow and Struts 1.x.
org.springframework.webflow.executor.supportFlow executor implementation support; includes helpers for driving the execution of flows.
org.springframework.webflow.registry

The Flow Registry subsystem, for managing registries of refreshable flow definitions.

org.springframework.webflow.supportGeneral purpose implementations of the core Spring Web Flow artifacts.
org.springframework.webflow.test

Support for testing flows and their associated artifacts.

org.springframework.webflow.utilGeneral purpose utility classes used internally by the Spring Web Flow system.
Search