Uses of Class
com.gargoylesoftware.htmlunit.FormEncodingType

Packages that use FormEncodingType
com.gargoylesoftware.htmlunit Framework classes 
 

Uses of FormEncodingType in com.gargoylesoftware.htmlunit
 

Fields in com.gargoylesoftware.htmlunit declared as FormEncodingType
static FormEncodingType FormEncodingType.MULTIPART
          MULTIPART This used to be a constant in HttpClient but it was deprecated with no alternative.
static FormEncodingType FormEncodingType.URL_ENCODED
          URL_ENCODED
 

Methods in com.gargoylesoftware.htmlunit that return FormEncodingType
 FormEncodingType WebRequestSettings.getEncodingType()
           
static FormEncodingType FormEncodingType.getInstance(String name)
          Return the constant that matches the given name
 

Methods in com.gargoylesoftware.htmlunit with parameters of type FormEncodingType
 void WebRequestSettings.setEncodingType(FormEncodingType encodingType)
           
 



Copyright © 2002-2010 Gargoyle Software Inc.. All Rights Reserved.