public interface ParametersAware
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 |
withParameters(HttpParameters parameters)
Sets the HTTP parameters in the implementing class.
|
void withParameters(HttpParameters parameters)
parameters
- an instance of HttpParameters
.Copyright © 2000–2020 Apache Software Foundation. All rights reserved.