Uses of Class
org.htmlunit.FormEncodingType
Packages that use FormEncodingType
-
Uses of FormEncodingType in org.htmlunit
Fields in org.htmlunit declared as FormEncodingTypeModifier and TypeFieldDescriptionprivate FormEncodingTypeWebRequest.encodingType_static final FormEncodingTypeFormEncodingType.MULTIPARTMultipart form encoding (used to be a constant in HttpClient but it was deprecated with no alternative).static final FormEncodingTypeFormEncodingType.TEXT_PLAINtext/plain.static final FormEncodingTypeFormEncodingType.URL_ENCODEDURL-encoded form encoding.Methods in org.htmlunit that return FormEncodingTypeModifier and TypeMethodDescriptionWebRequest.getEncodingType()Returns the form encoding type to use.static FormEncodingTypeFormEncodingType.getInstance(String name) Returns the constant that matches the specified name.Methods in org.htmlunit with parameters of type FormEncodingTypeModifier and TypeMethodDescriptionvoidWebRequest.setEncodingType(FormEncodingType encodingType) Sets the form encoding type to use.