org.jboss.seam.mock
public static enum ResourceRequestEnvironment.Method extends Enum<ResourceRequestEnvironment.Method>
Modifier and Type | Method and Description |
---|---|
static ResourceRequestEnvironment.Method |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceRequestEnvironment.Method[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResourceRequestEnvironment.Method GET
public static final ResourceRequestEnvironment.Method PUT
public static final ResourceRequestEnvironment.Method POST
public static final ResourceRequestEnvironment.Method DELETE
public static final ResourceRequestEnvironment.Method HEAD
public static final ResourceRequestEnvironment.Method OPTIONS
public static ResourceRequestEnvironment.Method[] values()
for (ResourceRequestEnvironment.Method c : ResourceRequestEnvironment.Method.values()) System.out.println(c);
public static ResourceRequestEnvironment.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 © 2015 Seam Framework. All Rights Reserved.