public static enum HttpMethodCallPostProcessor.Method extends Enum<HttpMethodCallPostProcessor.Method>
| Enum Constant and Description |
|---|
DELETE |
GET |
HEAD |
OPTIONS |
POST |
PUT |
TRACE |
| Modifier and Type | Method and Description |
|---|---|
static HttpMethodCallPostProcessor.Method |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpMethodCallPostProcessor.Method[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HttpMethodCallPostProcessor.Method GET
public static final HttpMethodCallPostProcessor.Method POST
public static final HttpMethodCallPostProcessor.Method HEAD
public static final HttpMethodCallPostProcessor.Method OPTIONS
public static final HttpMethodCallPostProcessor.Method PUT
public static final HttpMethodCallPostProcessor.Method DELETE
public static final HttpMethodCallPostProcessor.Method TRACE
public static HttpMethodCallPostProcessor.Method[] values()
for (HttpMethodCallPostProcessor.Method c : HttpMethodCallPostProcessor.Method.values()) System.out.println(c);
public static HttpMethodCallPostProcessor.Method valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2017 CrafterCMS. All rights reserved.