Uses of Class
com.gargoylesoftware.htmlunit.AjaxController

Packages that use AjaxController
com.gargoylesoftware.htmlunit Framework classes (contains the WebClient class which is the main entry point). 
 

Uses of AjaxController in com.gargoylesoftware.htmlunit
 

Subclasses of AjaxController in com.gargoylesoftware.htmlunit
 class NicelyResynchronizingAjaxController
          This AjaxController resynchronizes calls calling from the main thread.
 

Methods in com.gargoylesoftware.htmlunit that return AjaxController
 AjaxController WebClient.getAjaxController()
          Gets the current AJAX controller.
 

Methods in com.gargoylesoftware.htmlunit with parameters of type AjaxController
 void WebClient.setAjaxController(AjaxController newValue)
          Sets the current AJAX controller.
 



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