|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FormEncodingType | |
|---|---|
| com.gargoylesoftware.htmlunit | Framework classes (contains the WebClient class which is the main entry point). |
| Uses of FormEncodingType in com.gargoylesoftware.htmlunit |
|---|
| Fields in com.gargoylesoftware.htmlunit declared as FormEncodingType | |
|---|---|
static FormEncodingType |
FormEncodingType.MULTIPART
Multipart form encoding (used to be a constant in HttpClient but it was deprecated with no alternative). |
static FormEncodingType |
FormEncodingType.URL_ENCODED
URL-encoded form encoding. |
| Methods in com.gargoylesoftware.htmlunit that return FormEncodingType | |
|---|---|
FormEncodingType |
WebRequest.getEncodingType()
Returns the form encoding type to use. |
static FormEncodingType |
FormEncodingType.getInstance(String name)
Returns the constant that matches the specified name. |
| Methods in com.gargoylesoftware.htmlunit with parameters of type FormEncodingType | |
|---|---|
void |
WebRequest.setEncodingType(FormEncodingType encodingType)
Sets the form encoding type to use. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||