@ApplicationScoped public class WindowBeanProducers extends Object
Constructor and Description |
---|
WindowBeanProducers() |
Modifier and Type | Method and Description |
---|---|
protected EditableConversation |
currentConversation(javax.enterprise.inject.spi.InjectionPoint injectionPoint,
WindowContextManager windowContextManager) |
protected Map<String,Object> |
currentWindow(WindowContextManager windowContextManager) |
protected EditableWindowContext |
currentWindowContext(WindowContextManager windowContextManager) |
@Produces @Named(value="currentWindowContext") @RequestScoped protected EditableWindowContext currentWindowContext(WindowContextManager windowContextManager)
@Produces @Named(value="currentWindow") @RequestScoped protected Map<String,Object> currentWindow(WindowContextManager windowContextManager)
@Produces @Dependent protected EditableConversation currentConversation(javax.enterprise.inject.spi.InjectionPoint injectionPoint, WindowContextManager windowContextManager)
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.