Package | Description |
---|---|
org.wicketstuff.rest.resource | |
org.wicketstuff.rest.utils.http | |
org.wicketstuff.rest.utils.wicket |
Modifier and Type | Method and Description |
---|---|
HttpMethod |
MethodMappingInfo.getHttpMethod()
Gets the HTTP method.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractRestResource.noSuitableMethodFound(org.apache.wicket.request.http.WebResponse response,
HttpMethod httpMethod)
This method can be used to write a standard error message to the current response object when
no mapped method has been found for the current request.
|
Modifier and Type | Method and Description |
---|---|
static HttpMethod |
HttpUtils.getHttpMethod(org.apache.wicket.request.Request request)
Utility method to extract the HTTP request method.
|
static HttpMethod |
HttpUtils.getHttpMethod(org.apache.wicket.request.http.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 © 2015. All rights reserved.