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

Field Summary
 
Fields inherited from interface org.apache.myfaces.extensions.cdi.core.impl.scope.conversation.spi.WindowContextManager
AUTOMATED_ENTRY_POINT_PARAMETER_KEY, WINDOW_CONTEXT_ID_PARAMETER_KEY
 
Method Summary
 boolean activateWindowContext(EditableWindowContext windowContext)
           
 boolean activateWindowContext(String windowContextId)
           
 void closeAllWindowContexts()
           
 void closeCurrentWindowContext()
           
 void closeWindowContext(EditableWindowContext windowContext)
           
 void closeWindowContext(String windowContextId)
           
 Collection<EditableWindowContext> getWindowContexts()
           
 void restartConversations()
           
 void restartConversations(EditableWindowContext windowContext)
           
 void restartConversations(String windowContextId)
           
 
Methods inherited from interface org.apache.myfaces.extensions.cdi.core.impl.scope.conversation.spi.WindowContextManager
getCurrentWindowContext, getWindowContext
 

Method Detail

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.