return result;
}
private EditableWindowContext createWindowContext(String windowContextId)
{
WindowContextFactory windowContextFactory = CodiUtils.getContextualReferenceByClass(
this.beanManager, WindowContextFactory.class, true);
if(windowContextFactory != null)
{
return windowContextFactory.createWindowContext(
windowContextId, this.windowContextConfig, this.conversationConfig);
}
EditableWindowContext windowContext = new JsfWindowContext(windowContextId,
this.windowContextConfig,