Uses of Class
net.sf.jasperreports.data.http.HttpLocationParameter
-
Packages that use HttpLocationParameter Package Description net.sf.jasperreports.data.http -
-
Uses of HttpLocationParameter in net.sf.jasperreports.data.http
Methods in net.sf.jasperreports.data.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.data.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)voidStandardHttpDataLocation. setHeaders(List<HttpLocationParameter> headers)voidStandardHttpDataLocation. setPostParameters(List<HttpLocationParameter> postParameters)voidStandardHttpDataLocation. setUrlParameters(List<HttpLocationParameter> urlParameters)
-