private static class WidgetIdHelper.ContextContainer extends ContextLocal<WidgetIdHelper.WorkArea>
HEADLESS_KEY| Modifier | Constructor and Description |
|---|---|
private |
ContextContainer() |
| Modifier and Type | Method and Description |
|---|---|
protected WidgetIdHelper.WorkArea |
initialValue()
Initializes the work area, the first time it is requested within a new session context.
|
WidgetIdHelper.WorkArea |
obtain()
Obtains the context-local instance of the contained global work area for the session.
|
cleanup, clearInstance, dumpDependencies, get, get, getWeight, isResetAllowed, set, setDebugequals, hashCodepublic WidgetIdHelper.WorkArea obtain()
protected WidgetIdHelper.WorkArea initialValue()
initialValue in class ContextLocal<WidgetIdHelper.WorkArea>