Class FlowScope
java.lang.Object
org.springframework.webflow.scope.AbstractWebFlowScope
org.springframework.webflow.scope.FlowScope
- All Implemented Interfaces:
org.springframework.beans.factory.config.Scope
Flow
scope
implementation.- Author:
- Ben Hale
-
Field Summary
Fields inherited from class org.springframework.webflow.scope.AbstractWebFlowScope
logger
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected MutableAttributeMap<Object>
getScope()
Template method that returns the target scope map.Methods inherited from class org.springframework.webflow.scope.AbstractWebFlowScope
get, getConversationId, getRequiredRequestContext, registerDestructionCallback, remove, resolveContextualObject
-
Constructor Details
-
FlowScope
public FlowScope()
-
-
Method Details
-
getScope
Description copied from class:AbstractWebFlowScope
Template method that returns the target scope map.- Specified by:
getScope
in classAbstractWebFlowScope
-