Package org.springframework.webflow.scope
package org.springframework.webflow.scope
Web Flow custom bean scopes allowing access to scoped-beans from a Spring ApplicationContext.
-
ClassDescriptionBase class for
Scope
implementations that access a Web Flow scope from the current request.Conversationscope
implementation.Flashscope
implementation.Flowscope
implementation.Requestscope
implementation.Registers the Spring Web Flow bean scopes with aConfigurableListableBeanFactory
.Viewscope
implementation.