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
 ConversationContext ConversationManager.createConversationContext(ConversationContext parent)
          This will create a new conversation context using the specified context as its parent.
 ConversationContext ConversationContextFactory.createConversationContext(ConversationContext parent, long id)
           
 ConversationContext ConversationContextFactoryImpl.createConversationContext(ConversationContext parent, long id)
           
 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.
 void ConversationContext.addChild(ConversationContext context)
           
 Conversation ConversationFactory.createConversation(ConversationContext context, java.lang.String name)
           
 ConversationContext ConversationManager.createConversationContext(ConversationContext parent)
          This will create a new conversation context using the specified context as its parent.
 ConversationContext ConversationContextFactory.createConversationContext(ConversationContext parent, long id)
           
 ConversationContext ConversationContextFactoryImpl.createConversationContext(ConversationContext parent, long id)
           
 void ConversationManager.removeAndInvalidateConversationContext(ConversationContext context)
          Removes the specified contextId from the set of known contexts, and deletes every conversation in it.
 void ConversationContext.removeChild(ConversationContext context)
           
 

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