|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gargoylesoftware.htmlunit.SubmitMethod
public final class SubmitMethod
A collection of constants that represent the various ways a page can be submitted
Field Summary | |
---|---|
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. |
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
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
Method Detail |
---|
public String getName()
public static SubmitMethod getInstance(String name)
name
- The name to search by
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |