| Name | Description |
|---|
| 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.mapping | No description provided. |
| org.springframework.binding.method |
Method binding support for invoking abritrary methods on target beans. |
| org.springframework.binding.util | No 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.context | Common implementations of Spring Web Flow External Contexts, providing access to external environments that call into Spring Web Flow. |
| org.springframework.webflow.context.portlet | The representation of a request into Spring Web Flow from a JSR-168 Portlet environment. |
| org.springframework.webflow.context.servlet | The 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.support | General 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.mvc | The integration layer between Spring Web Flow the Spring MVC framework. |
| org.springframework.webflow.executor.struts | The integration layer between Spring Web Flow and Struts 1.x. |
| org.springframework.webflow.executor.support | Flow 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.support | General purpose implementations of the core Spring Web Flow artifacts. |
| org.springframework.webflow.test |
Support for testing flows and their associated artifacts. |
| org.springframework.webflow.util | General purpose utility classes used internally by the Spring Web Flow system. |