Spring Web Flow

org.springframework.webflow.scope
Class FlowScope

java.lang.Object
  extended by org.springframework.webflow.scope.AbstractWebFlowScope
      extended by org.springframework.webflow.scope.FlowScope
All Implemented Interfaces:
org.springframework.beans.factory.config.Scope

public class FlowScope
extends AbstractWebFlowScope

Flow scope implementation.

Author:
Ben Hale

Field Summary
 
Fields inherited from class org.springframework.webflow.scope.AbstractWebFlowScope
logger
 
Constructor Summary
FlowScope()
           
 
Method Summary
protected  MutableAttributeMap<java.lang.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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlowScope

public FlowScope()
Method Detail

getScope

protected MutableAttributeMap<java.lang.Object> getScope()
Description copied from class: AbstractWebFlowScope
Template method that returns the target scope map.

Specified by:
getScope in class AbstractWebFlowScope

Spring Web Flow