public interface HttpParametersAware
This interface gives actions an alternative way of receiving input parameters. The parameters will
contain all input parameters as implementation of Parameter
.
Actions that need this should simply implement it.
One common use for this is to have the action propagate parameters to internally instantiated data objects.
Modifier and Type | Method and Description |
---|---|
void |
setParameters(HttpParameters parameters)
Sets the HTTP parameters in the implementing class.
|
void setParameters(HttpParameters parameters)
parameters
- an instance of HttpParameters
.Copyright © 2000–2023 Apache Software Foundation. All rights reserved.