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)
           
 void setBeanManager(javax.enterprise.inject.spi.BeanManager beanManager)
           
 
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)
Specified by:
createConversation in interface ConversationFactory

setBeanManager

public void setBeanManager(javax.enterprise.inject.spi.BeanManager beanManager)


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