{
return;
}
windowContext = new WindowContextImpl(beanManager);
conversationContext = new GroupedConversationContext(beanManager, windowContext);
viewAccessScopedContext = new ViewAccessContext(beanManager, windowContext);
afterBeanDiscovery.addContext(windowContext);
afterBeanDiscovery.addContext(conversationContext);
afterBeanDiscovery.addContext(viewAccessScopedContext);
}