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

Constructor Summary
FlowScope()
           
 
Method Summary
 Object resolveContextualObject(String key)
           
 
Methods inherited from class org.springframework.webflow.scope.AbstractWebFlowScope
get, getConversationId, registerDestructionCallback, remove
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlowScope

public FlowScope()
Method Detail

resolveContextualObject

public Object resolveContextualObject(String key)