org.springframework.webflow.executor
Class RequestParameterInputMapper
java.lang.Object
org.springframework.webflow.executor.RequestParameterInputMapper
- All Implemented Interfaces:
- org.springframework.binding.mapping.AttributeMapper
public class RequestParameterInputMapper
- extends java.lang.Object
- implements org.springframework.binding.mapping.AttributeMapper
Simple attribute mapper implementation that puts all entries in the request parameter map of a source
ExternalContext
into the FlowExecution inputMap. This makes request parameters available to launching flows
for input mapping.
Used by FlowExecutorImpl
as the default AttributeMapper implementation.
- Author:
- Keith Donald
- See Also:
ExternalContext.getRequestParameterMap()
,
FlowExecutor.launch(String, ExternalContext)
Method Summary |
void |
map(java.lang.Object source,
java.lang.Object target,
org.springframework.binding.mapping.MappingContext context)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RequestParameterInputMapper
public RequestParameterInputMapper()
map
public void map(java.lang.Object source,
java.lang.Object target,
org.springframework.binding.mapping.MappingContext context)
- Specified by:
map
in interface org.springframework.binding.mapping.AttributeMapper
Copyright © 2004-2007. All Rights Reserved.