| Package | Description |
|---|---|
| net.sf.jasperreports.data.http |
| Modifier and Type | Method and Description |
|---|---|
List<HttpLocationParameter> |
StandardHttpDataLocation.getHeaders() |
List<HttpLocationParameter> |
HttpDataLocation.getHeaders() |
List<HttpLocationParameter> |
StandardHttpDataLocation.getPostParameters() |
List<HttpLocationParameter> |
HttpDataLocation.getPostParameters() |
List<HttpLocationParameter> |
StandardHttpDataLocation.getUrlParameters() |
List<HttpLocationParameter> |
HttpDataLocation.getUrlParameters() |
| Modifier and Type | Method and Description |
|---|---|
protected List<org.apache.http.NameValuePair> |
HttpDataService.collectParameters(List<HttpLocationParameter> dataAdapterParameters,
Map<String,Object> parameterValues,
String propertyName,
String parameterPrefix) |
void |
StandardHttpDataLocation.setHeaders(List<HttpLocationParameter> headers) |
void |
StandardHttpDataLocation.setPostParameters(List<HttpLocationParameter> postParameters) |
void |
StandardHttpDataLocation.setUrlParameters(List<HttpLocationParameter> urlParameters) |
Copyright © 2017. All rights reserved.