|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface InjectionConversationProcessor
Implementations of this class should implement injection of
ConversationFields
| Method Summary | |
|---|---|
void |
extractConversationFields(Object target,
ConversationAdapter conversationAdapter)
Extract the ConversationFields from the target
and place them into the conversations' contexts for active conversations
associated with the current request. |
void |
injectConversationFields(Object target,
ConversationAdapter conversationAdapter)
Inject the ConversationFields on the target
from the appropriate conversation contexts for active conversations
associated with the current request |
| Methods inherited from interface com.google.code.rees.scope.conversation.processing.ConversationProcessor |
|---|
processConversations, setConfigurationProvider |
| Method Detail |
|---|
void injectConversationFields(Object target,
ConversationAdapter conversationAdapter)
ConversationFields on the target
from the appropriate conversation contexts for active conversations
associated with the current request
target - conversationAdapter -
void extractConversationFields(Object target,
ConversationAdapter conversationAdapter)
ConversationFields from the target
and place them into the conversations' contexts for active conversations
associated with the current request.
target - conversationAdapter -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||