Interface | Description |
---|---|
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 Type | Description |
---|---|
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 |
Restricts access to beans only if the conversation of the bean has been started already
|
ConversationScoped |
A fine-grained conversation scope.
|
ConversationSubGroup |
Allows to close a part of a group e.g.:
public class MyGroup{}
|
RestScoped |
The scope is similar to @ConversationScoped but it will
automatically end once the view get's invoked with a GET and the
viewParams are different than on the previous invoke.
|
ViewAccessScoped |
The scope is active as long as it's bean is accessed by a view.
|
WindowScoped |
Beans which use this scope are bound to a window (or tab).
|
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.