|
||||||||||
| 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 This used to be a constant in HttpClient but it was deprecated with no alternative. |
static FormEncodingType |
URL_ENCODED
URL_ENCODED |
| Method Summary | |
|---|---|
static FormEncodingType |
getInstance(String name)
Return the constant that matches the given name |
String |
getName()
Return the name of this EncodingType |
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 FormEncodingType URL_ENCODED
public static final FormEncodingType MULTIPART
| Method Detail |
|---|
public String getName()
public static FormEncodingType 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 | |||||||||