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 |
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). |