Modifier and Type | Class and Description |
---|---|
class |
DefaultWindowContextManager |
class |
EditableWindowContextManagerProxy |
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
EditableWindowContextManager |
WindowContextManagerFactory.createWindowContextManager(WindowContextConfig windowContextConfig,
ConversationConfig conversationConfig)
Creates a
EditableWindowContextManager based on the given WindowContextConfig and
ConversationConfig |
Modifier and Type | Method and Description |
---|---|
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... |
static void |
ConversationUtils.tryToRestoreTheWindowIdEagerly(javax.faces.context.FacesContext facesContext,
EditableWindowContextManager windowContextManager,
WindowHandler windowHandler,
WindowContextConfig windowContextConfig) |
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.