org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.spi
Interface ConversationFactory

All Superinterfaces:
Serializable
All Known Implementing Classes:
JsfAwareConversationFactory

public interface ConversationFactory
extends Serializable

Author:
Gerhard Petracek

Method Summary
 EditableConversation createConversation(ConversationKey conversationKey, ConversationConfig config)
          Creates an EditableConversation for the given ConversationKey and ConversationConfig
 

Method Detail

createConversation

EditableConversation createConversation(ConversationKey conversationKey,
                                        ConversationConfig config)
Creates an EditableConversation for the given ConversationKey and ConversationConfig

Parameters:
conversationKey - current conversation-key
config - current conversation-config
Returns:
created conversation


Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.