| java.lang.Object org.springframework.webflow.conversation.ConversationParameters
ConversationParameters | public class ConversationParameters implements Serializable(Code) | | Simple parameter object for clumping together input needed to begin a new
conversation.
author: Keith Donald |
ConversationParameters | public ConversationParameters(String name, String caption, String description)(Code) | | Creates new conversation input parameters.
Parameters: name - the name of the conversation Parameters: caption - a short description Parameters: description - a long description |
getCaption | public String getCaption()(Code) | | Returns the short description.
the conversation caption |
getDescription | public String getDescription()(Code) | | Returns the long description.
the description. |
getName | public String getName()(Code) | | Returns the name of the conversation.
the conversation name |
|
|