Modifier and Type | Class and Description |
---|---|
class |
DefaultConversation |
class |
InjectableConversation |
Modifier and Type | Method and Description |
---|---|
EditableConversation |
JsfAwareConversationFactory.createConversation(ConversationKey conversationKey,
ConversationConfig configuration)
|
protected EditableConversation |
WindowBeanProducers.currentConversation(javax.enterprise.inject.spi.InjectionPoint injectionPoint,
WindowContextManager windowContextManager) |
protected EditableConversation |
InjectableConversation.findConversation() |
Modifier and Type | Method and Description |
---|---|
EditableConversation |
EditableWindowContext.createConversation(Class<?> conversationGroup,
Annotation... qualifiers) |
EditableConversation |
ConversationFactory.createConversation(ConversationKey conversationKey,
ConversationConfig config)
|
EditableConversation |
EditableWindowContext.getConversation(Class<?> conversationGroup,
Annotation... qualifiers) |
Modifier and Type | Method and Description |
---|---|
Map<ConversationKey,EditableConversation> |
EditableWindowContext.getConversations()
TODO
|
Modifier and Type | Method and Description |
---|---|
static EditableConversation |
RequestCache.getConversation(ConversationKey conversationKey)
Exposes the cached
Conversation
for the given ConversationKey |
Modifier and Type | Method and Description |
---|---|
static void |
RequestCache.setConversation(ConversationKey conversationKey,
EditableConversation conversation)
Caches the given
Conversation |
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.