Package com.google.code.rees.scope.conversation.context

Interface Summary
ConversationContext The context in which the conversation-scoped beans are placed.
ConversationContextFactory Creates instances of ConversationContexts
ConversationContextManager Uses a ConversationContextFactory to manage the creation, caching, retrieval, removal, and expiration of conversations
HttpConversationContextManagerProvider Used for creating ConversationContextManagers that are tied to the given request (or more likely, that request's session)
 

Class Summary
ConversationCleanupListener This class listens for the destruction of sessions and cleans up that sessions conversation resources.
DefaultConversationContext The default implementation of the ConversationContext
DefaultConversationContextFactory The default implementation of the ConversationContextFactory
DefaultConversationContextManager The default implementation of the ConversationContextManager.
DefaultHttpConversationContextManagerProvider The default implementation of the HttpConversationContextManagerProvider
HttpConversationUtil  
SchedulerShutdownListener  
TimeoutConversationContextManager This class extends the DefaultConversationContextManager and uses a TimeoutMonitor to monitor conversations for timeouts.
 



Copyright © 2012-2013. All Rights Reserved.