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
Factory which allows to create custom EditableConversation
implementations
createConversation
EditableConversation createConversation(ConversationKey conversationKey,
ConversationConfig config)
- Creates an
EditableConversation
for the given ConversationKey
and ConversationConfig
- Parameters:
conversationKey
- current conversation-keyconfig
- current conversation-config
- Returns:
- created conversation
Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.