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, WindowContextManager windowContextManager)
           
protected  Map<String,Object> currentWindow(WindowContextManager windowContextManager)
           
protected  EditableWindowContext currentWindowContext(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(WindowContextManager windowContextManager)

currentWindow

@Produces
@Named(value="currentWindow")
@RequestScoped
protected Map<String,Object> currentWindow(WindowContextManager windowContextManager)

currentConversation

@Produces
@Dependent
protected EditableConversation currentConversation(javax.enterprise.inject.spi.InjectionPoint injectionPoint,
                                                                      WindowContextManager windowContextManager)


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