Package | Description |
---|---|
org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation | |
org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.spi |
Modifier and Type | Method and Description |
---|---|
protected EditableWindowContext |
WindowBeanProducers.currentWindowContext(org.apache.myfaces.extensions.cdi.core.impl.scope.conversation.spi.WindowContextManager windowContextManager) |
Modifier and Type | Method and Description |
---|---|
Collection<EditableWindowContext> |
EditableWindowContextManagerProxy.getWindowContexts()
Exposes all
WindowContext instances for
the current user(-session) |
Collection<EditableWindowContext> |
DefaultWindowContextManager.getWindowContexts()
Exposes all
WindowContext instances for
the current user(-session) |
Modifier and Type | Method and Description |
---|---|
boolean |
EditableWindowContextManagerProxy.activateWindowContext(EditableWindowContext windowContext)
Activates the given
WindowContext |
boolean |
DefaultWindowContextManager.activateWindowContext(EditableWindowContext windowContext)
Activates the given
WindowContext |
void |
EditableWindowContextManagerProxy.closeWindowContext(EditableWindowContext windowContext)
Closes all conversations of the given
WindowContext |
void |
DefaultWindowContextManager.closeWindowContext(EditableWindowContext editableWindowContext)
Closes all conversations of the given
WindowContext |
void |
EditableWindowContextManagerProxy.restartConversations(EditableWindowContext windowContext)
Restarts all conversations of the given
WindowContext |
void |
DefaultWindowContextManager.restartConversations(EditableWindowContext windowContext)
Restarts all conversations of the given
WindowContext |
Modifier and Type | Method and Description |
---|---|
EditableWindowContext |
WindowContextFactory.createWindowContext(String windowContextId,
WindowContextConfig windowContextConfig,
ConversationConfig conversationConfig)
Creates an
EditableWindowContext for the given
window-id, WindowContextConfig and ConversationConfig |
Modifier and Type | Method and Description |
---|---|
Collection<EditableWindowContext> |
EditableWindowContextManager.getWindowContexts()
Exposes all
WindowContext instances for
the current user(-session) |
Modifier and Type | Method and Description |
---|---|
boolean |
EditableWindowContextManager.activateWindowContext(EditableWindowContext windowContext)
Activates the given
WindowContext |
void |
EditableWindowContextManager.closeWindowContext(EditableWindowContext windowContext)
Closes all conversations of the given
WindowContext |
void |
EditableWindowContextManager.restartConversations(EditableWindowContext windowContext)
Restarts all conversations of the given
WindowContext |
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.