ParametersAware instead@Deprecated 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)
Deprecated.
please use
ParametersAware.withParameters(HttpParameters) instead |
@Deprecated void setParameters(HttpParameters parameters)
ParametersAware.withParameters(HttpParameters) insteadparameters - an instance of HttpParameters.Copyright © 2000–2022 Apache Software Foundation. All rights reserved.