Package org.apache.myfaces.extensions.cdi.core.api.scope.conversation

Interface Summary
Conversation The central interface for a conversation which is a container for 1-n beans (which share the same time for destruction).
WindowContext Interface for handling the current window context as well as the conversations of the current window.
 

Annotation Types Summary
CloseConversationGroup Interceptor which allows to close a conversation-group after the invocation of the intercepted method.
ConversationGroup CODI uses WindowScoped for providing a global conversation per window.
ConversationRequired  
ConversationScoped A fine-grained conversation scope.
ViewAccessScoped The scope is active as long as it's accessed by a view.
WindowScoped Beans which use this scope are bound to a window (or tab).
 



Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.