|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EditableWindowContext
Method Summary | |
---|---|
EditableConversation |
createConversation(Class<?> conversationGroup,
Annotation... qualifiers)
|
EditableConversation |
getConversation(Class<?> conversationGroup,
Annotation... qualifiers)
|
Map<ConversationKey,EditableConversation> |
getConversations()
TODO |
Date |
getLastAccess()
Date of the last access of the whole WindowContext |
boolean |
isActive()
|
boolean |
isConversationActive(Class<?> conversationGroup,
Annotation... qualifiers)
|
void |
removeInactiveConversations()
Removes conversations which are already marked as expired |
void |
touch()
Signals that the WindowContext gets used |
Methods inherited from interface org.apache.myfaces.extensions.cdi.core.api.scope.conversation.WindowContext |
---|
close, closeConversation, closeConversationGroup, closeConversations, getConfig, getId |
Methods inherited from interface org.apache.myfaces.extensions.cdi.core.api.config.AttributeAware |
---|
containsAttribute, getAttribute, setAttribute, setAttribute |
Method Detail |
---|
boolean isActive()
Date getLastAccess()
WindowContext
void touch()
WindowContext
gets used
void removeInactiveConversations()
Map<ConversationKey,EditableConversation> getConversations()
EditableConversation createConversation(Class<?> conversationGroup, Annotation... qualifiers)
conversationGroup
- group of the conversation in questionqualifiers
- optional qualifiers for the conversation
EditableConversation getConversation(Class<?> conversationGroup, Annotation... qualifiers)
conversationGroup
- group of the conversation in questionqualifiers
- optional qualifiers for the conversation
boolean isConversationActive(Class<?> conversationGroup, Annotation... qualifiers)
conversationGroup
- group of the conversation in questionqualifiers
- optional qualifiers for the conversation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |