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

All Superinterfaces:
Serializable

public interface WindowContextManager
extends Serializable

Basic contract for a manager which handles WindowContext instances


Field Summary
static String AUTOMATED_ENTRY_POINT_PARAMETER_KEY
          Value which can be used as "window-id" by external clients which aren't aware of windows.
static String WINDOW_CONTEXT_ID_PARAMETER_KEY
          Key for storing the window-id e.g. in URLs
 
Method Summary
 WindowContext getCurrentWindowContext()
          Resolves the current WindowContext
 WindowContext getWindowContext(String windowContextId)
          Resolves the WindowContext for the given window-id
 

Field Detail

WINDOW_CONTEXT_ID_PARAMETER_KEY

static final String WINDOW_CONTEXT_ID_PARAMETER_KEY
Key for storing the window-id e.g. in URLs

See Also:
Constant Field Values

AUTOMATED_ENTRY_POINT_PARAMETER_KEY

static final String AUTOMATED_ENTRY_POINT_PARAMETER_KEY
Value which can be used as "window-id" by external clients which aren't aware of windows. It deactivates e.g. the redirect for the initial request.

See Also:
Constant Field Values
Method Detail

getCurrentWindowContext

WindowContext getCurrentWindowContext()
Resolves the current WindowContext

Returns:
current window-context

getWindowContext

WindowContext getWindowContext(String windowContextId)
Resolves the WindowContext for the given window-id

Parameters:
windowContextId - window-id
Returns:
window-context of the given window-id


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