private static class WidgetId.ContextContainer extends ContextLocal<WidgetId.IDGenerator>
HEADLESS_KEY| Modifier | Constructor and Description |
|---|---|
private |
ContextContainer() |
| Modifier and Type | Method and Description |
|---|---|
protected WidgetId.IDGenerator |
initialValue()
Initializes the work area, the first time it is requested within a new session context.
|
WidgetId.IDGenerator |
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 WidgetId.IDGenerator obtain()
protected WidgetId.IDGenerator initialValue()
initialValue in class ContextLocal<WidgetId.IDGenerator>