Uses of Interface
org.apache.myfaces.orchestra.conversation.ConversationFactory

Packages that use ConversationFactory
org.apache.myfaces.orchestra.conversation   
org.apache.myfaces.orchestra.conversation.spring   
org.apache.myfaces.orchestra.viewController.spring   
 

Uses of ConversationFactory in org.apache.myfaces.orchestra.conversation
 

Methods in org.apache.myfaces.orchestra.conversation that return ConversationFactory
 ConversationFactory Conversation.getFactory()
          Return the factory that created this conversation.
 

Methods in org.apache.myfaces.orchestra.conversation with parameters of type ConversationFactory
protected  Conversation ConversationContext.startConversation(String name, ConversationFactory factory)
          Start a conversation if not already started.
 Conversation ConversationManager.startConversation(String name, ConversationFactory factory)
          Start a conversation.
 

Constructors in org.apache.myfaces.orchestra.conversation with parameters of type ConversationFactory
Conversation(ConversationContext conversationContext, String name, ConversationFactory factory)
           
 

Uses of ConversationFactory in org.apache.myfaces.orchestra.conversation.spring
 

Classes in org.apache.myfaces.orchestra.conversation.spring that implement ConversationFactory
 class AbstractSpringOrchestraScope
          Abstract basis class for all the Orchestra scopes.
 class SpringConversationScope
          Handles creation and lookup of any bean whose bean-definition specifies a scope that maps to an instance of this type.
 

Uses of ConversationFactory in org.apache.myfaces.orchestra.viewController.spring
 

Classes in org.apache.myfaces.orchestra.viewController.spring that implement ConversationFactory
 class SpringViewControllerScope
          This hooks into the Spring2.x scope-handling mechanism to provide a dummy scope type which will place a bean configured for it into the same conversation that the current viewController lives in.
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.