Uses of Class
net.sf.jasperreports.data.http.HttpLocationParameter
Packages that use HttpLocationParameter
-
Uses of HttpLocationParameter in net.sf.jasperreports.data.http
Methods in net.sf.jasperreports.data.http that return types with arguments of type HttpLocationParameterModifier and TypeMethodDescriptionStandardHttpDataLocation.getHeaders()StandardHttpDataLocation.getPostParameters()StandardHttpDataLocation.getUrlParameters()Method parameters in net.sf.jasperreports.data.http with type arguments of type HttpLocationParameterModifier and TypeMethodDescriptionvoidStandardHttpDataLocation.setHeaders(List<HttpLocationParameter> headers) voidStandardHttpDataLocation.setPostParameters(List<HttpLocationParameter> postParameters) voidStandardHttpDataLocation.setUrlParameters(List<HttpLocationParameter> urlParameters) -
Uses of HttpLocationParameter in net.sf.jasperreports.dataadapters.http
Methods in net.sf.jasperreports.dataadapters.http that return types with arguments of type HttpLocationParameterModifier and TypeMethodDescriptionHttpDataLocation.getHeaders()HttpDataLocation.getPostParameters()HttpDataLocation.getUrlParameters()Method parameters in net.sf.jasperreports.dataadapters.http with type arguments of type HttpLocationParameterModifier and TypeMethodDescriptionprotected List<org.apache.http.NameValuePair> HttpDataService.collectParameters(List<HttpLocationParameter> dataAdapterParameters, Map<String, Object> parameterValues, String propertyName, String parameterPrefix)