All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.springframework.webflow.conversation.package.html Maven / Gradle / Ivy

There is a newer version: 1.0.6
Show newest version


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

The central concept defined by this package is the {@link org.springframework.webflow.conversation.ConversationManager}, representing a service interface for managing conversations.

This package serves as a portable conversation management abstraction and does not depend on the Spring Web Flow engine. It is used by the flow execution repository subsystem to store conversation related state. It is important to realize that this subsystem does not define a conceptual conversation, it just servers as a technical layer to manage state associated with conversations, as implemented by the SWF engine.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy