org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.spi
Interface WindowContextManagerFactory


public interface WindowContextManagerFactory

Factory which allows to create custom instances of EditableWindowContextManager


Method Summary
 EditableWindowContextManager createWindowContextManager(WindowContextConfig windowContextConfig, ConversationConfig conversationConfig)
          Creates a EditableWindowContextManager based on the given WindowContextConfig and ConversationConfig
 

Method Detail

createWindowContextManager

EditableWindowContextManager createWindowContextManager(WindowContextConfig windowContextConfig,
                                                        ConversationConfig conversationConfig)
Creates a EditableWindowContextManager based on the given WindowContextConfig and ConversationConfig

Parameters:
windowContextConfig - current window-context-config
conversationConfig - current conversation-config
Returns:
window-context-manager for the current user(-session)


Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.