|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gargoylesoftware.htmlunit.AjaxController
public class AjaxController
This class is notified when AJAX calls are made, and has the ability to influence these calls. For instance, it can turn asynchronous AJAX calls into synchronous AJAX calls, making test code deterministic and avoiding calls to Thread.sleep().
Constructor Summary | |
---|---|
AjaxController()
|
Method Summary | |
---|---|
boolean |
processSynchron(HtmlPage page,
WebRequestSettings settings,
boolean async)
Gets notified of an AJAX call to determine how it should be processed. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AjaxController()
Method Detail |
---|
public boolean processSynchron(HtmlPage page, WebRequestSettings settings, boolean async)
page
- the page the request comes fromsettings
- the request that should be performedasync
- indicates if the request should originally be asynchron
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |