Package org.springframework.webflow.scope

Web Flow custom bean scopes allowing access to scoped-beans from a Spring ApplicationContext.

See:
          Description

Class Summary
AbstractWebFlowScope Base class for Scope implementations that access a Web Flow scope from the current request.
ConversationScope Conversation scope implementation.
FlashScope Flash scope implementation.
FlowScope Flow scope implementation.
RequestScope Request scope implementation.
ScopeRegistrar Registers the Spring Web Flow bean scopes with a ConfigurableListableBeanFactory.
ViewScope View scope implementation.
 

Package org.springframework.webflow.scope Description

Web Flow custom bean scopes allowing access to scoped-beans from a Spring ApplicationContext.