Package | Description |
---|---|
com.gargoylesoftware.htmlunit |
Framework classes
|
Modifier and Type | Class and Description |
---|---|
class |
ImmediateRefreshHandler
The default handler for page refreshes.
|
class |
ThreadedRefreshHandler
This refresh handler spawns a new thread that waits the specified
number of seconds before refreshing the specified page, using the
specified URL.
|
class |
WaitingRefreshHandler
This refresh handler waits the specified number of seconds (or a user defined maximum)
before refreshing the specified page, using the specified URL.
|
Modifier and Type | Method and Description |
---|---|
RefreshHandler |
WebClient.getRefreshHandler()
Return the current refresh handler or null if one has not been set.
|
Modifier and Type | Method and Description |
---|---|
void |
WebClient.setRefreshHandler(RefreshHandler handler)
Set the handler to be used whenever a refresh is triggered.
|
Copyright © 2002-2012 Gargoyle Software Inc.. All Rights Reserved.