Spring Web Flow

Package org.springframework.webflow.context

The external context subsystem for accessing the environment of a client that has called into Spring Web Flow.

See:
          Description

Interface Summary
ExternalContext A facade that provides normalized access to an external system that has called into the Spring Web Flow system.
 

Class Summary
ExternalContextHolder Simple holder class that associates an ExternalContext instance with the current thread.
 

Package org.springframework.webflow.context Description

The external context subsystem for accessing the environment of a client that has called into Spring Web Flow.


Spring Web Flow