public final class ExternalContextHolder
extends java.lang.Object
ExternalContext instance with the current thread. The ExternalContext
will not be inherited by any child threads spawned by the current thread.
Used as a central holder for the current ExternalContext in Spring Web Flow, wherever necessary. Often used by artifacts needing access to the current application session.
ExternalContext| Modifier and Type | Method and Description |
|---|---|
static ExternalContext |
getExternalContext()
Return the ExternalContext associated with the current thread, if any.
|
static void |
setExternalContext(ExternalContext externalContext)
Associate the given ExternalContext with the current thread.
|
public static void setExternalContext(ExternalContext externalContext)
externalContext - the current ExternalContext, or null to reset the thread-bound contextpublic static ExternalContext getExternalContext()