Uses of Class
net.sf.jasperreports.dataadapters.http.RequestMethod
-
Packages that use RequestMethod Package Description net.sf.jasperreports.dataadapters.http -
-
Uses of RequestMethod in net.sf.jasperreports.dataadapters.http
Methods in net.sf.jasperreports.dataadapters.http that return RequestMethod Modifier and Type Method Description RequestMethod
HttpDataLocation. getMethod()
protected RequestMethod
HttpDataService. getMethod(Map<String,Object> parameters)
RequestMethod
StandardHttpDataLocation. getMethod()
static RequestMethod
RequestMethod. valueOf(String name)
Returns the enum constant of this type with the specified name.static RequestMethod[]
RequestMethod. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sf.jasperreports.dataadapters.http with parameters of type RequestMethod Modifier and Type Method Description void
StandardHttpDataLocation. setMethod(RequestMethod method)
-