public interface RequestDelegate
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getParam()
The parameters, as single values.
|
Map<String,String[]> |
getParamValues()
The parameters, with values as array of strings.
|
Copyright © 2000–2024 Apache Software Foundation. All rights reserved.