org.springframework.webflow.context |
The external context subsystem for accessing the environment of a client that has called into Spring Web Flow.
|
Java Source File Name | Type | Comment |
ExternalContext.java | Interface | A facade that provides normalized access to an external system that has
interacted with Spring Web Flow.
This context object provides a normalized interface for internal web flow
artifacts to use to reason on and manipulate the state of an external actor
calling into SWF to execute flows. |
ExternalContextHolder.java | Class | Simple holder class that associates an
ExternalContext instance with
the current thread. |