@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,
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) |
@Produces @Named(value="currentWindowContext") @RequestScoped protected EditableWindowContext currentWindowContext(org.apache.myfaces.extensions.cdi.core.impl.scope.conversation.spi.WindowContextManager windowContextManager)
@Produces @Named(value="currentWindow") @RequestScoped protected Map<String,Object> currentWindow(org.apache.myfaces.extensions.cdi.core.impl.scope.conversation.spi.WindowContextManager windowContextManager)
@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-2014 The Apache Software Foundation. All Rights Reserved.