Package | Description |
---|---|
org.apache.myfaces.extensions.cdi.core.api.scope.conversation | |
org.apache.myfaces.extensions.cdi.core.api.scope.conversation.event |
Modifier and Type | Method and Description |
---|---|
Conversation |
WindowContext.closeConversation(Class<?> conversationGroup,
Annotation... qualifiers) |
Modifier and Type | Method and Description |
---|---|
Set<Conversation> |
WindowContext.closeConversationGroup(Class<?> conversationGroup)
destroys all conversation of a group independent of the qualifiers
|
Modifier and Type | Method and Description |
---|---|
Conversation |
ConversationEvent.getConversation()
The current
Conversation |
Constructor and Description |
---|
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-2014 The Apache Software Foundation. All Rights Reserved.