|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WindowContext
Interface for handling the current window context as well as the conversations of the current window.
Method Summary | |
---|---|
void |
close()
invalidate the whole WindowContext
it also invalidates all Codi conversations immediately. |
Conversation |
closeConversation(Class<?> conversationGroup,
Annotation... qualifiers)
|
Set<Conversation> |
closeConversationGroup(Class<?> conversationGroup)
destroys all conversation of a group independent of the qualifiers |
void |
closeConversations()
invalidate all conversations immediately attention: window scoped beans won't get destroyed. |
WindowContextConfig |
getConfig()
|
String |
getId()
|
Methods inherited from interface org.apache.myfaces.extensions.cdi.core.api.config.AttributeAware |
---|
containsAttribute, getAttribute, setAttribute, setAttribute |
Method Detail |
---|
String getId()
Conversation closeConversation(Class<?> conversationGroup, Annotation... qualifiers)
conversationGroup
- group of the conversation in questionqualifiers
- optional qualifiers for the conversation
Set<Conversation> closeConversationGroup(Class<?> conversationGroup)
conversationGroup
- group of the conversation in question
void closeConversations()
close()
or
closeConversation(java.lang.Class>, java.lang.annotation.Annotation...)
+ WindowScoped.class as argument
void close()
WindowContext
it also invalidates all Codi conversations immediately.
WindowContextConfig getConfig()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |