public interface WindowContextManager extends Serializable
WindowContext
instancesModifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
WindowContext |
getCurrentWindowContext()
Resolves the current
WindowContext |
WindowContext |
getWindowContext(String windowContextId)
Resolves the
WindowContext for the given window-id |
static final String WINDOW_CONTEXT_ID_PARAMETER_KEY
static final String AUTOMATED_ENTRY_POINT_PARAMETER_KEY
WindowContext getCurrentWindowContext()
WindowContext
WindowContext getWindowContext(String windowContextId)
WindowContext
for the given window-idwindowContextId
- window-idCopyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.