org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.spi
Interface EditableWindowContextManager
- All Superinterfaces:
- Serializable, WindowContextManager
- All Known Implementing Classes:
- DefaultWindowContextManager
public interface EditableWindowContextManager
- extends WindowContextManager
- Author:
- Gerhard Petracek
activateWindowContext
boolean activateWindowContext(String windowContextId)
activateWindowContext
boolean activateWindowContext(EditableWindowContext windowContext)
restartConversations
void restartConversations()
restartConversations
void restartConversations(String windowContextId)
restartConversations
void restartConversations(EditableWindowContext windowContext)
closeCurrentWindowContext
void closeCurrentWindowContext()
closeWindowContext
void closeWindowContext(String windowContextId)
closeWindowContext
void closeWindowContext(EditableWindowContext windowContext)
getWindowContexts
Collection<EditableWindowContext> getWindowContexts()
closeAllWindowContexts
void closeAllWindowContexts()
Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.