org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.spi
Interface WindowContextManagerFactory
public interface WindowContextManagerFactory
Factory which allows to create custom instances of EditableWindowContextManager
createWindowContextManager
EditableWindowContextManager createWindowContextManager(WindowContextConfig windowContextConfig,
ConversationConfig conversationConfig)
- Creates a
EditableWindowContextManager
based on the given WindowContextConfig
and
ConversationConfig
- Parameters:
windowContextConfig
- current window-context-configconversationConfig
- current conversation-config
- Returns:
- window-context-manager for the current user(-session)
Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.