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

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

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

Methods in org.apache.myfaces.orchestra.conversation that return Conversation
 Conversation ConversationFactory.createConversation(ConversationContext context, java.lang.String name)
           
 Conversation ConversationBindingEvent.getConversation()
           
 Conversation CurrentConversationInfo.getConversation()
          The conversation the bean is associated with.
 Conversation ConversationAspect.getConversation()
           
 Conversation ConversationManager.getConversation(java.lang.String name)
          Get the conversation with the given name
protected  Conversation ConversationContext.getConversation(java.lang.String name)
          Get a conversation by name.
static Conversation Conversation.getCurrentInstance()
          Get the current conversation.
 Conversation Conversation.invalidateAndRestart()
          Invalidate/End and restart the conversation.
 Conversation ConversationManager.startConversation(java.lang.String name, ConversationFactory factory)
          Start a conversation.
protected  Conversation ConversationContext.startConversation(java.lang.String name, ConversationFactory factory)
          Start a conversation if not already started.
 

Methods in org.apache.myfaces.orchestra.conversation with parameters of type Conversation
static java.lang.Object ConversationUtils.invalidateAndRestart(Conversation conversation)
          End and restart the given conversation.
protected  void ConversationContext.removeConversation(Conversation conversation)
          Remove the conversation from this context.
 void ConversationAware.setConversation(Conversation conversation)
          The conversation the bean implementing this interface belongs to.
 

Constructors in org.apache.myfaces.orchestra.conversation with parameters of type Conversation
ConversationAccessLifetimeAspect(Conversation conversation)
           
ConversationAspect(Conversation conversation)
           
ConversationBindingEvent(Conversation conversation, java.lang.String name)
           
ConversationTimeoutableAspect(Conversation conversation)
           
CurrentConversationAdvice(Conversation conversation, java.lang.String beanName)
           
CurrentConversationInfo(Conversation conversation, java.lang.String beanName)
           
 

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

Methods in org.apache.myfaces.orchestra.conversation.spring that return Conversation
 Conversation SpringConversationScope.createConversation(ConversationContext context, java.lang.String name)
          Implementation of ConversationFactory interface.
protected  Conversation AbstractSpringOrchestraScope.getConversationForBean(java.lang.String beanDefName)
          Get the conversation for the given beanName.
 

Methods in org.apache.myfaces.orchestra.conversation.spring with parameters of type Conversation
protected  void AbstractSpringOrchestraScope.assertSameScope(java.lang.String beanName, Conversation conversation)
          Verify that the specified conversation was created by this scope object.
protected  void SpringConversationScope.initAspects(Conversation conversation)
          Add aspects to a newly-created conversation.
protected  void SpringConversationScope.notifyAccessConversation(Conversation conversation)
          Mark the specified conversation as having been accessed.
protected  void AbstractSpringOrchestraScope.notifyAccessConversation(Conversation conversation)
           
 

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

Methods in org.apache.myfaces.orchestra.viewController.spring that return Conversation
 Conversation SpringViewControllerScope.createConversation(ConversationContext context, java.lang.String conversationName)
           
 

Methods in org.apache.myfaces.orchestra.viewController.spring with parameters of type Conversation
protected  void SpringViewControllerScope.assertSameScope(java.lang.String beanName, Conversation conversation)
           
 



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