Package | Description |
---|---|
org.jboss.weld.context | |
org.jboss.weld.context.conversation |
Modifier and Type | Method and Description |
---|---|
ManagedConversation |
ConversationContext.getConversation(String id)
Get the conversation with the given id.
|
ManagedConversation |
AbstractConversationContext.getConversation(String id) |
ManagedConversation |
ConversationContext.getCurrentConversation()
Get a handle the current conversation (transient or otherwise).
|
ManagedConversation |
AbstractConversationContext.getCurrentConversation() |
Modifier and Type | Method and Description |
---|---|
Collection<ManagedConversation> |
ConversationContext.getConversations()
Get conversations currently known to the context.
|
Collection<ManagedConversation> |
AbstractConversationContext.getConversations() |
Modifier and Type | Class and Description |
---|---|
class |
ConversationImpl |
Copyright © 2013 Seam Framework. All Rights Reserved.