|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gargoylesoftware.htmlunit.FormEncodingType
public final class FormEncodingType
A collection of constants that represent the various ways a form can be encoded when submitted.
Field Summary | |
---|---|
static FormEncodingType |
MULTIPART
Multipart form encoding (used to be a constant in HttpClient but it was deprecated with no alternative). |
static FormEncodingType |
URL_ENCODED
URL-encoded form encoding. |
Method Summary | |
---|---|
static FormEncodingType |
getInstance(java.lang.String name)
Returns the constant that matches the specified name. |
java.lang.String |
getName()
Returns the name of this encoding type. |
java.lang.String |
toString()
Returns 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 FormEncodingType URL_ENCODED
public static final FormEncodingType MULTIPART
Method Detail |
---|
public java.lang.String getName()
public static FormEncodingType getInstance(java.lang.String name)
name
- the name to search by
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 |