Action that executes an attribute mapper to map information in the request
context. Both the source and the target of the mapping will be the request
context. This allows for maximum flexibility when defining attribute mapping
expressions (e.g. "${flowScope.someAttribute}").
AttributeMapperAction(AttributeMapper attributeMapper) Creates a new attribute mapper action that delegates to the configured
attribute mapper to complete the mapping process.
getMappingContext(RequestContext context) Returns a context containing extra data available during attribute mapping.
The default implementation just returns null.
Creates a new attribute mapper action that delegates to the configured
attribute mapper to complete the mapping process.
Parameters: attributeMapper - the mapper
Returns a context containing extra data available during attribute mapping.
The default implementation just returns null. Subclasses can
override this if necessary.
Fields inherited from org.springframework.webflow.action.AbstractAction