Uses of Class
org.springframework.webflow.engine.support.ConfigurableFlowAttributeMapper

Packages that use ConfigurableFlowAttributeMapper
org.springframework.webflow.engine.support Support implementations for internal engine-specific types. 
 

Uses of ConfigurableFlowAttributeMapper in org.springframework.webflow.engine.support
 

Methods in org.springframework.webflow.engine.support that return ConfigurableFlowAttributeMapper
 ConfigurableFlowAttributeMapper ConfigurableFlowAttributeMapper.addInputAttribute(java.lang.String attributeName)
          Adds an input mapping that maps a single attribute in parent flow scope into the subflow input map.
 ConfigurableFlowAttributeMapper ConfigurableFlowAttributeMapper.addInputMapping(org.springframework.binding.mapping.AttributeMapper inputMapping)
          Adds a new input mapping.
 ConfigurableFlowAttributeMapper ConfigurableFlowAttributeMapper.addOutputAttribute(java.lang.String attributeName)
          Adds an output mapping that maps a single subflow output attribute into the flow scope of the resuming parent flow.
 ConfigurableFlowAttributeMapper ConfigurableFlowAttributeMapper.addOutputMapping(org.springframework.binding.mapping.AttributeMapper outputMapping)
          Adds a new output mapping.
 



Copyright © 2009 Spring Framework. All Rights Reserved.