public interface ParameterAware
One common use for this is to have the action propagate parameters to internally instantiated data objects.
Note that all parameter values for a given name will be returned, so the type of the objects in the map is java.lang.String[].
Modifier and Type | Method and Description |
---|---|
void |
setParameters(Map<String,String[]> parameters)
Sets the map of input parameters in the implementing class.
|
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.