|
|||||
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 |
GET
GET |
static SubmitMethod |
POST
POST |
Method Summary | |
---|---|
static SubmitMethod |
getInstance(java.lang.String name)
Return the constant that matches the given name |
java.lang.String |
getName()
Return the name of this SubmitMethod |
java.lang.String |
toString()
Return a string representation of this object |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final SubmitMethod GET
public static final SubmitMethod POST
Method Detail |
---|
public static SubmitMethod getInstance(java.lang.String name)
name
- The name to search by
public java.lang.String getName()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |