Uses of Interface
org.apache.myfaces.extensions.cdi.core.api.scope.conversation.Conversation

Packages that use Conversation
org.apache.myfaces.extensions.cdi.core.api.scope.conversation   
org.apache.myfaces.extensions.cdi.core.api.scope.conversation.event   
 

Uses of Conversation in org.apache.myfaces.extensions.cdi.core.api.scope.conversation
 

Methods in org.apache.myfaces.extensions.cdi.core.api.scope.conversation that return Conversation
 Conversation WindowContext.closeConversation(Class<?> conversationGroup, Annotation... qualifiers)
           
 

Methods in org.apache.myfaces.extensions.cdi.core.api.scope.conversation that return types with arguments of type Conversation
 Set<Conversation> WindowContext.closeConversationGroup(Class<?> conversationGroup)
          destroys all conversation of a group independent of the qualifiers
 

Uses of Conversation in org.apache.myfaces.extensions.cdi.core.api.scope.conversation.event
 

Methods in org.apache.myfaces.extensions.cdi.core.api.scope.conversation.event that return Conversation
 Conversation ConversationEvent.getConversation()
          The current Conversation
 

Constructors in org.apache.myfaces.extensions.cdi.core.api.scope.conversation.event with parameters of type Conversation
CloseConversationEvent(Conversation conversation)
          Constructor for creating the event for the given conversation
ConversationEvent(Conversation conversation)
          Constructor for creating the event for the given conversation
RestartConversationEvent(Conversation conversation)
          Constructor for creating the event for the given conversation
StartConversationEvent(Conversation conversation)
          Constructor for creating the event for the given conversation
 



Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.