|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EditableWindowContext | |
---|---|
org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation | |
org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.spi |
Uses of EditableWindowContext in org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation |
---|
Methods in org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation that return EditableWindowContext | |
---|---|
protected EditableWindowContext |
WindowBeanProducers.currentWindowContext(org.apache.myfaces.extensions.cdi.core.impl.scope.conversation.spi.WindowContextManager windowContextManager)
|
Methods in org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation that return types with arguments of type EditableWindowContext | |
---|---|
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) |
Methods in org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation with parameters of type EditableWindowContext | |
---|---|
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 |
Uses of EditableWindowContext in org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.spi |
---|
Methods in org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.spi that return EditableWindowContext | |
---|---|
EditableWindowContext |
WindowContextFactory.createWindowContext(String windowContextId,
WindowContextConfig windowContextConfig,
ConversationConfig conversationConfig)
Creates an EditableWindowContext for the given
window-id, WindowContextConfig and ConversationConfig |
Methods in org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.spi that return types with arguments of type EditableWindowContext | |
---|---|
Collection<EditableWindowContext> |
EditableWindowContextManager.getWindowContexts()
Exposes all WindowContext instances for
the current user(-session) |
Methods in org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.spi with parameters of type EditableWindowContext | |
---|---|
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |