Uses of Class
net.sf.jasperreports.data.http.RequestMethod
-
Packages that use RequestMethod Package Description net.sf.jasperreports.data.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 RequestMethodHttpDataLocation. getMethod()protected RequestMethodHttpDataService. getMethod(java.util.Map<java.lang.String,java.lang.Object> parameters)RequestMethodStandardHttpDataLocation. getMethod()static RequestMethodRequestMethod. valueOf(java.lang.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.data.http with parameters of type RequestMethod Modifier and Type Method Description voidStandardHttpDataLocation. setMethod(RequestMethod method)
-