org.apache.myfaces.extensions.cdi.core.impl.scope.conversation.spi
Interface WindowContextManager

All Superinterfaces:
Serializable

public interface WindowContextManager
extends Serializable

Author:
Gerhard Petracek

Field Summary
static String AUTOMATED_ENTRY_POINT_PARAMETER_KEY
           
static String WINDOW_CONTEXT_ID_PARAMETER_KEY
           
 
Method Summary
 WindowContext getCurrentWindowContext()
           
 WindowContext getWindowContext(String windowContextId)
           
 

Field Detail

WINDOW_CONTEXT_ID_PARAMETER_KEY

static final String WINDOW_CONTEXT_ID_PARAMETER_KEY
See Also:
Constant Field Values

AUTOMATED_ENTRY_POINT_PARAMETER_KEY

static final String AUTOMATED_ENTRY_POINT_PARAMETER_KEY
See Also:
Constant Field Values
Method Detail

getCurrentWindowContext

WindowContext getCurrentWindowContext()

getWindowContext

WindowContext getWindowContext(String windowContextId)


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