Uses of Class
org.wicketstuff.restutils.http.HttpMethod
-
Packages that use HttpMethod Package Description org.wicketstuff.restutils.http org.wicketstuff.restutils.wicket -
-
Uses of HttpMethod in org.wicketstuff.restutils.http
Methods in org.wicketstuff.restutils.http that return HttpMethod Modifier and Type Method Description static HttpMethodHttpUtils. getHttpMethod(WebRequest request)Utility method to extract the HTTP request method.static HttpMethodHttpUtils. getHttpMethod(Request request)Utility method to extract the HTTP request method.static HttpMethodHttpMethod. toHttpMethod(String httpMethod)Converts a string (like "put", "get", "post", etc...) to the corresponding HTTP method.static HttpMethodHttpMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static HttpMethod[]HttpMethod. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of HttpMethod in org.wicketstuff.restutils.wicket
Methods in org.wicketstuff.restutils.wicket that return HttpMethod Modifier and Type Method Description HttpMethodAttributesWrapper. getHttpMethod()
-