Uses of Class
org.apache.myfaces.orchestra.conversation.ConversationContext

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

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

Methods in org.apache.myfaces.orchestra.conversation that return ConversationContext
protected  ConversationContext ConversationManager.getConversationContext(java.lang.Long conversationContextId)
          Get the conversation context for the given id
 ConversationContext ConversationManager.getCurrentConversationContext()
          Get the current conversation context.
protected  ConversationContext ConversationManager.getOrCreateConversationContext(java.lang.Long conversationContextId)
          Get the conversation context for the given id.
 

Methods in org.apache.myfaces.orchestra.conversation with parameters of type ConversationContext
 Conversation ConversationFactory.createConversation(ConversationContext context, java.lang.String name)
           
 

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

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

Methods in org.apache.myfaces.orchestra.conversation.spring with parameters of type ConversationContext
 Conversation SpringConversationScope.createConversation(ConversationContext context, java.lang.String name)
          Implementation of ConversationFactory interface.
 

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

Methods in org.apache.myfaces.orchestra.viewController.spring with parameters of type ConversationContext
 Conversation SpringViewControllerScope.createConversation(ConversationContext context, java.lang.String conversationName)
           
 



Copyright 2007 The Apache Software Foundation. All Rights Reserved.