Uses of Interface
org.apache.myfaces.extensions.cdi.core.impl.scope.conversation.spi.WindowContextManager

Packages that use WindowContextManager
org.apache.myfaces.extensions.cdi.core.impl.scope.conversation   
 

Uses of WindowContextManager in org.apache.myfaces.extensions.cdi.core.impl.scope.conversation
 

Methods in org.apache.myfaces.extensions.cdi.core.impl.scope.conversation that return WindowContextManager
protected abstract  WindowContextManager AbstractGroupedConversationContext.resolveWindowContextManager()
           
 

Methods in org.apache.myfaces.extensions.cdi.core.impl.scope.conversation with parameters of type WindowContextManager
protected abstract
<T> T
AbstractGroupedConversationContext.resolveBeanInstance(WindowContextManager windowContextManager, javax.enterprise.inject.spi.Bean<T> beanDescriptor)
           
protected abstract
<T> void
AbstractGroupedConversationContext.scopeBeanEntry(WindowContextManager windowContextManager, BeanEntry<T> beanEntry)
          Store the given bean in the WindowContext
 



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