Registry / web-framework / spring-webflow

spring-webflow

JSON →
library4.0.0javamavenunverified

Spring Web Flow is a framework for defining and managing conversational web application flows.

<dependency> <groupId>org.springframework.webflow</groupId> <artifactId>spring-webflow</artifactId> <version>4.0.0</version> </dependency>
INSTALL
IMPORT
SIG · SPRING-WEBFLOW
S
spring-webflow
web-frameworkjavav4.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

FlowExecution
org.springframework.webflow.execution.FlowExecution

Shows basic usage of Spring Web Flow's FlowExecution.

import org.springframework.webflow.execution.FlowExecution; public class Example { public void runFlow(FlowExecution execution) { execution.start(); } }
Debug
Known issues
breakingSpring Web Flow 4.0.0 may have breaking changes from earlier versions.
fix
Review migration guide when upgrading from 2.x or 3.x.
affects: >=4.0.0
Upgrade
Version history
4.0.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
spring-webflow — mvn dependency:get spring-webflow · libregistry