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