| Package | Description |
|---|---|
| org.wicketstuff.restutils.http | |
| org.wicketstuff.restutils.wicket |
| Modifier and Type | Method and Description |
|---|---|
static HttpMethod |
HttpUtils.getHttpMethod(Request request)
Utility method to extract the HTTP request method.
|
static HttpMethod |
HttpUtils.getHttpMethod(WebRequest request)
Utility method to extract the HTTP request method.
|
static HttpMethod |
HttpMethod.toHttpMethod(String httpMethod)
Converts a string (like "put", "get", "post", etc...) to the corresponding HTTP method.
|
static HttpMethod |
HttpMethod.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.
|
| Modifier and Type | Method and Description |
|---|---|
HttpMethod |
AttributesWrapper.getHttpMethod() |
Copyright © 2022. All rights reserved.