|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WindowContextManager
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 |
---|
static final String WINDOW_CONTEXT_ID_PARAMETER_KEY
static final String AUTOMATED_ENTRY_POINT_PARAMETER_KEY
Method Detail |
---|
WindowContext getCurrentWindowContext()
WindowContext
WindowContext getWindowContext(String windowContextId)
WindowContext
for the given window-id
windowContextId
- window-id
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |