| Simple holder class that associates an
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.
See Also: ExternalContext author: Keith Donald |