org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation
Class WindowBeanProducers

java.lang.Object
  extended by org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.WindowBeanProducers

@ApplicationScoped
public class WindowBeanProducers
extends Object

Producer for window aware artifacts


Constructor Summary
WindowBeanProducers()
           
 
Method Summary
protected  EditableConversation currentConversation(javax.enterprise.inject.spi.InjectionPoint injectionPoint, org.apache.myfaces.extensions.cdi.core.impl.scope.conversation.spi.WindowContextManager windowContextManager)
           
protected  Map<String,Object> currentWindow(org.apache.myfaces.extensions.cdi.core.impl.scope.conversation.spi.WindowContextManager windowContextManager)
           
protected  EditableWindowContext currentWindowContext(org.apache.myfaces.extensions.cdi.core.impl.scope.conversation.spi.WindowContextManager windowContextManager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WindowBeanProducers

public WindowBeanProducers()
Method Detail

currentWindowContext

@Produces
@Named(value="currentWindowContext")
@RequestScoped
protected EditableWindowContext currentWindowContext(org.apache.myfaces.extensions.cdi.core.impl.scope.conversation.spi.WindowContextManager windowContextManager)

currentWindow

@Produces
@Named(value="currentWindow")
@RequestScoped
protected Map<String,Object> currentWindow(org.apache.myfaces.extensions.cdi.core.impl.scope.conversation.spi.WindowContextManager windowContextManager)

currentConversation

@Produces
@Dependent
protected EditableConversation currentConversation(javax.enterprise.inject.spi.InjectionPoint injectionPoint,
                                                                      org.apache.myfaces.extensions.cdi.core.impl.scope.conversation.spi.WindowContextManager windowContextManager)


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