Uses of Class
com.gargoylesoftware.htmlunit.AjaxController
-
Packages that use AjaxController Package Description com.gargoylesoftware.htmlunit Framework classes (contains theWebClientclass which is the main entry point). -
-
Uses of AjaxController in com.gargoylesoftware.htmlunit
Subclasses of AjaxController in com.gargoylesoftware.htmlunit Modifier and Type Class Description classNicelyResynchronizingAjaxControllerThisAjaxControllerresynchronizes calls calling from the main thread.Methods in com.gargoylesoftware.htmlunit that return AjaxController Modifier and Type Method Description AjaxControllerWebClient. getAjaxController()Gets the current AJAX controller.Methods in com.gargoylesoftware.htmlunit with parameters of type AjaxController Modifier and Type Method Description voidWebClient. setAjaxController(AjaxController newValue)Sets the current AJAX controller.
-