Class GenericSubflowAttributeMapper

java.lang.Object
org.springframework.webflow.engine.support.GenericSubflowAttributeMapper
All Implemented Interfaces:
Serializable, SubflowAttributeMapper

public final class GenericSubflowAttributeMapper extends Object implements SubflowAttributeMapper, Serializable
Simple flow attribute mapper that holds an input and output mapper strategy.
Author:
Keith Donald
See Also:
  • Constructor Details

    • GenericSubflowAttributeMapper

      public GenericSubflowAttributeMapper(Mapper inputMapper, Mapper outputMapper)
      Create a new flow attribute mapper using given mapping strategies.
      Parameters:
      inputMapper - the input mapping strategy
      outputMapper - the output mapping strategy
  • Method Details