Class FlashScope
java.lang.Object
org.springframework.webflow.scope.AbstractWebFlowScope
org.springframework.webflow.scope.FlashScope
- All Implemented Interfaces:
- org.springframework.beans.factory.config.Scope
Flash 
scope implementation.- Author:
- Ben Hale
- 
Field SummaryFields inherited from class org.springframework.webflow.scope.AbstractWebFlowScopelogger
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected MutableAttributeMap<Object>getScope()Template method that returns the target scope map.Methods inherited from class org.springframework.webflow.scope.AbstractWebFlowScopeget, getConversationId, getRequiredRequestContext, registerDestructionCallback, remove, resolveContextualObject
- 
Constructor Details- 
FlashScopepublic FlashScope()
 
- 
- 
Method Details- 
getScopeDescription copied from class:AbstractWebFlowScopeTemplate method that returns the target scope map.- Specified by:
- getScopein class- AbstractWebFlowScope
 
 
-