Class ConversationContainer

java.lang.Object
org.springframework.webflow.conversation.impl.ConversationContainer
All Implemented Interfaces:
Serializable

public class ConversationContainer extends Object implements Serializable
Container for conversations that is stored in the session. When the session expires this container will go with it, implicitly expiring all contained conversations.

This is an internal helper class of the SessionBindingConversationManager.

Author:
Erwin Vervaet, Rossen Stoyanchev
See Also:
  • Constructor Details

    • ConversationContainer

      public ConversationContainer(int maxConversations, String sessionKey)
      Create a new conversation container.
      Parameters:
      maxConversations - the max number of allowed concurrent conversations, -1 for unlimited
      sessionKey - the key of this conversation container in the session
  • Method Details