org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.spi
Interface EditableWindowContext
- All Superinterfaces:
- AttributeAware, Serializable, WindowContext
- All Known Implementing Classes:
- JsfWindowContext
public interface EditableWindowContext
- extends WindowContext
- Author:
- Gerhard Petracek
isActive
boolean isActive()
- Returns:
- evaluates and returns if the context is active
getLastAccess
Date getLastAccess()
touch
void touch()
removeInactiveConversations
void removeInactiveConversations()
getConversations
Map<ConversationKey,EditableConversation> getConversations()
- TODO
- Returns:
- all active conversations of the current context
createConversation
EditableConversation createConversation(Class conversationGroup,
Annotation... qualifiers)
- Parameters:
conversationGroup
- group of the conversation in questionqualifiers
- optional qualifiers for the conversation
- Returns:
- a new conversation for the given group
getConversation
EditableConversation getConversation(Class conversationGroup,
Annotation... qualifiers)
- Parameters:
conversationGroup
- group of the conversation in questionqualifiers
- optional qualifiers for the conversation
- Returns:
- a new conversation for the given group
Copyright © 2010 The Apache Software Foundation. All Rights Reserved.