Class ConversationParameters
java.lang.Object
org.springframework.webflow.conversation.ConversationParameters
- All Implemented Interfaces:
Serializable
Simple parameter object for clumping together input needed to begin a new conversation.
- Author:
- Keith Donald
- See Also:
-
Constructor Summary
ConstructorDescriptionConversationParameters
(String name, String caption, String description) Creates new conversation input parameters. -
Method Summary
-
Constructor Details
-
ConversationParameters
Creates new conversation input parameters.- Parameters:
name
- the name of the conversationcaption
- a short descriptiondescription
- a long description
-
-
Method Details