Uses of Class
net.sf.jasperreports.dataadapters.http.RequestMethod
-
Packages that use RequestMethod Package Description net.sf.jasperreports.data.http net.sf.jasperreports.dataadapters.http -
-
Uses of RequestMethod in net.sf.jasperreports.data.http
Methods in net.sf.jasperreports.data.http that return RequestMethod Modifier and Type Method Description RequestMethod
StandardHttpDataLocation. getMethod()
Methods in net.sf.jasperreports.data.http with parameters of type RequestMethod Modifier and Type Method Description void
StandardHttpDataLocation. setMethod(RequestMethod method)
-
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)
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.
-