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

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(WindowContextManager windowContextManager)
           
 

Methods in org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation that return types with arguments of type EditableWindowContext
 Collection<EditableWindowContext> DefaultWindowContextManager.getWindowContexts()
          Exposes all WindowContext instances for the current user(-session)
 Collection<EditableWindowContext> EditableWindowContextManagerProxy.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 DefaultWindowContextManager.activateWindowContext(EditableWindowContext windowContext)
          Activates the given WindowContext
 boolean EditableWindowContextManagerProxy.activateWindowContext(EditableWindowContext windowContext)
          Activates the given WindowContext
 void DefaultWindowContextManager.closeWindowContext(EditableWindowContext editableWindowContext)
          Closes all conversations of the given WindowContext
 void EditableWindowContextManagerProxy.closeWindowContext(EditableWindowContext windowContext)
          Closes all conversations of the given WindowContext
 void DefaultWindowContextManager.restartConversations(EditableWindowContext windowContext)
          Restarts all conversations of the given WindowContext
 void EditableWindowContextManagerProxy.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
 



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