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–2025 Apache Software Foundation. All rights reserved.