Uses of Interface
org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.spi.EditableWindowContextManager

Packages that use EditableWindowContextManager
org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation   
org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.spi   
org.apache.myfaces.extensions.cdi.jsf.impl.util   
 

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 WindowContexts which saves memory
static boolean ConversationUtils.isWindowActive(EditableWindowContextManager windowContextManager, String windowId)
          alternative to ConversationUtils.getExistingWindowIdSet(javax.faces.context.ExternalContext) because it might be deactivated...
 



Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.