public final class SubmitMethod extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static SubmitMethod |
DELETE
DELETE.
|
static SubmitMethod |
GET
GET
|
static SubmitMethod |
HEAD
HEAD.
|
static SubmitMethod |
OPTIONS
OPTIONS.
|
static SubmitMethod |
POST
POST
|
static SubmitMethod |
PUT
PUT
|
static SubmitMethod |
TRACE
TRACE.
|
Modifier and Type | Method and Description |
---|---|
static SubmitMethod |
getInstance(String name)
Return the constant that matches the given name (case insensitive).
|
String |
getName()
Return the name of this SubmitMethod
|
String |
toString()
Return a string representation of this object
|
public static final SubmitMethod OPTIONS
public static final SubmitMethod GET
public static final SubmitMethod HEAD
public static final SubmitMethod POST
public static final SubmitMethod PUT
public static final SubmitMethod DELETE
public static final SubmitMethod TRACE
public String getName()
public static SubmitMethod getInstance(String name)
name
- The name to search byCopyright © 2002-2012 Gargoyle Software Inc.. All Rights Reserved.