|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of EditableWindowContextManager in org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation |
---|
Classes in org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation that implement EditableWindowContextManager | |
---|---|
class |
DefaultWindowContextManager
|
class |
EditableWindowContextManagerProxy
|
Methods in org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation with parameters of type EditableWindowContextManager | |
---|---|
protected void |
WindowContextManagerObserver.cleanup(javax.faces.event.PhaseEvent phaseEvent,
RequestTypeResolver requestTypeResolver,
EditableWindowContextManager windowContextManager,
WindowContextConfig windowContextConfig,
JsfModuleConfig jsfModuleConfig)
|
protected void |
WindowContextManagerObserver.tryToRestoreWindowContext(javax.faces.event.PhaseEvent phaseEvent,
EditableWindowContextManager windowContextManager,
WindowHandler windowHandler,
WindowContextConfig windowContextConfig)
tries to restore the window-id and the window-context as early as possible |
Uses of EditableWindowContextManager 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 EditableWindowContextManager | |
---|---|
EditableWindowContextManager |
WindowContextManagerFactory.createWindowContextManager(WindowContextConfig windowContextConfig,
ConversationConfig conversationConfig)
Creates a EditableWindowContextManager based on the given WindowContextConfig and
ConversationConfig |
Uses of EditableWindowContextManager in org.apache.myfaces.extensions.cdi.jsf.impl.util |
---|
Methods in org.apache.myfaces.extensions.cdi.jsf.impl.util with parameters of type EditableWindowContextManager | |
---|---|
static boolean |
ConversationUtils.cleanupInactiveWindowContexts(EditableWindowContextManager windowContextManager)
Allows to cleanup empty or inactive WindowContext s which saves memory |
static boolean |
ConversationUtils.isWindowActive(EditableWindowContextManager windowContextManager,
String windowId)
alternative to ConversationUtils.getExistingWindowIdSet(javax.faces.context.ExternalContext) because it might be deactivated... |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |