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.
 ConversationContext ConversationManager.getCurrentRootConversationContext()
          Get the current root conversation context (aka the window conversation context).
protected  ConversationContext ConversationManager.getOrCreateConversationContext(java.lang.Long conversationContextId)
          Get the conversation context for the given id.
 ConversationContext ConversationContext.getParent()
          Return the parent conversation context (if any).
 ConversationContext ConversationContext.getRoot()
          Get the root conversation context this conversation context is associated with.
 

Methods in org.apache.myfaces.orchestra.conversation with parameters of type ConversationContext
 void ConversationManager.activateConversationContext(ConversationContext ctx)
          Make the specific context the current context for the current HTTP session.
 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)
           
ConversationContext(ConversationContext parent, long id)
          Constructor.
 

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 © 2008 The Apache Software Foundation. All Rights Reserved.