org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation
Class WindowBeanProducers
java.lang.Object
org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.WindowBeanProducers
@ApplicationScoped
public class WindowBeanProducers
- extends Object
Producer for window aware artifacts
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WindowBeanProducers
public WindowBeanProducers()
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-2012 The Apache Software Foundation. All Rights Reserved.