org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation
Class JsfAwareConversationFactory

java.lang.Object
  extended by org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.JsfAwareConversationFactory
All Implemented Interfaces:
Serializable, ConversationFactory

@ApplicationScoped
public class JsfAwareConversationFactory
extends Object
implements ConversationFactory

Author:
Gerhard Petracek
See Also:
Serialized Form

Constructor Summary
JsfAwareConversationFactory()
           
 
Method Summary
 EditableConversation createConversation(ConversationKey conversationKey, ConversationConfig configuration)
          Creates an EditableConversation for the given ConversationKey and ConversationConfig
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JsfAwareConversationFactory

public JsfAwareConversationFactory()
Method Detail

createConversation

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

Specified by:
createConversation in interface ConversationFactory
Parameters:
conversationKey - current conversation-key
configuration - current conversation-config
Returns:
created conversation


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