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 java.util.List<HttpLocationParameter>HttpDataLocation. getHeaders()java.util.List<HttpLocationParameter>StandardHttpDataLocation. getHeaders()java.util.List<HttpLocationParameter>HttpDataLocation. getPostParameters()java.util.List<HttpLocationParameter>StandardHttpDataLocation. getPostParameters()java.util.List<HttpLocationParameter>HttpDataLocation. getUrlParameters()java.util.List<HttpLocationParameter>StandardHttpDataLocation. getUrlParameters()Method parameters in net.sf.jasperreports.data.http with type arguments of type HttpLocationParameter Modifier and Type Method Description protected java.util.List<org.apache.http.NameValuePair>HttpDataService. collectParameters(java.util.List<HttpLocationParameter> dataAdapterParameters, java.util.Map<java.lang.String,java.lang.Object> parameterValues, java.lang.String propertyName, java.lang.String parameterPrefix)voidStandardHttpDataLocation. setHeaders(java.util.List<HttpLocationParameter> headers)voidStandardHttpDataLocation. setPostParameters(java.util.List<HttpLocationParameter> postParameters)voidStandardHttpDataLocation. setUrlParameters(java.util.List<HttpLocationParameter> urlParameters)
-