Modifier and Type | Method and Description |
---|---|
EditableConversation |
JsfAwareConversationFactory.createConversation(ConversationKey conversationKey,
ConversationConfig configuration)
|
Constructor and Description |
---|
DefaultConversation(ConversationKey conversationKey,
ConversationExpirationEvaluator expirationEvaluator,
ConversationConfig conversationConfig,
javax.enterprise.inject.spi.BeanManager beanManager)
Constructor which creates a conversation for the given
ConversationKey , ConversationExpirationEvaluator , ConversationConfig
and BeanManager |
Modifier and Type | Method and Description |
---|---|
Map<ConversationKey,EditableConversation> |
EditableWindowContext.getConversations()
TODO
|
Modifier and Type | Method and Description |
---|---|
EditableConversation |
ConversationFactory.createConversation(ConversationKey conversationKey,
ConversationConfig config)
|
Modifier and Type | Method and Description |
---|---|
static EditableConversation |
RequestCache.getConversation(ConversationKey conversationKey)
Exposes the cached
Conversation
for the given ConversationKey |
static void |
RequestCache.setConversation(ConversationKey conversationKey,
EditableConversation conversation)
Caches the given
Conversation |
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.