Uses of Class
org.springframework.webflow.core.collection.LocalAttributeMap

Packages that use LocalAttributeMap
org.springframework.webflow.core.collection Core element collection types used within Spring Web Flow. 
org.springframework.webflow.engine The implementation of the core flow definition artifacts that serve the basis of the flow execution engine. 
 

Uses of LocalAttributeMap in org.springframework.webflow.core.collection
 

Subclasses of LocalAttributeMap in org.springframework.webflow.core.collection
 class LocalSharedAttributeMap
          An attribute map that exposes a mutex that application code can synchronize on.
 

Uses of LocalAttributeMap in org.springframework.webflow.engine
 

Methods in org.springframework.webflow.engine that return LocalAttributeMap
protected  LocalAttributeMap EndState.createSessionOutput(RequestContext context)
          Returns the subflow output map.
 



Copyright © 2009 Spring Framework. All Rights Reserved.