Uses of Class
net.sf.jasperreports.dataadapters.http.HttpLocationParameter
-
Packages that use HttpLocationParameter Package Description net.sf.jasperreports.dataadapters.http -
-
Uses of HttpLocationParameter in net.sf.jasperreports.dataadapters.http
Methods in net.sf.jasperreports.dataadapters.http that return types with arguments of type HttpLocationParameter Modifier and Type Method Description List<HttpLocationParameter>
HttpDataLocation. getHeaders()
List<HttpLocationParameter>
StandardHttpDataLocation. getHeaders()
List<HttpLocationParameter>
HttpDataLocation. getPostParameters()
List<HttpLocationParameter>
StandardHttpDataLocation. getPostParameters()
List<HttpLocationParameter>
HttpDataLocation. getUrlParameters()
List<HttpLocationParameter>
StandardHttpDataLocation. getUrlParameters()
Method parameters in net.sf.jasperreports.dataadapters.http with type arguments of type HttpLocationParameter Modifier and Type Method 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)
-