com.gargoylesoftware.htmlunit
Class ImmediateRefreshHandler
java.lang.Object
com.gargoylesoftware.htmlunit.ImmediateRefreshHandler
- All Implemented Interfaces:
- RefreshHandler, Serializable
public class ImmediateRefreshHandler
- extends Object
- implements RefreshHandler, Serializable
The default handler for page refreshes. This refresh handler immediately
refreshes the specified page, using the specified URL and ignoring the
wait time.
If you want a refresh handler that does not ignore the wait time,
see ThreadedRefreshHandler
.
- Version:
- $Revision: 5658 $
- Author:
- Mike Bowler, Daniel Gredler, Marc Guillemot, Ahmed Ashour
- See Also:
- Serialized Form
Method Summary |
void |
handleRefresh(Page page,
URL url,
int seconds)
Immediately refreshes the specified page using the specified URL. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImmediateRefreshHandler
public ImmediateRefreshHandler()
handleRefresh
public void handleRefresh(Page page,
URL url,
int seconds)
throws IOException
- Immediately refreshes the specified page using the specified URL.
- Specified by:
handleRefresh
in interface RefreshHandler
- Parameters:
page
- the page that is going to be refreshedurl
- the URL where the new page will be loadedseconds
- the number of seconds to wait before reloading the page (ignored!)
- Throws:
IOException
- if the refresh fails
Copyright © 2002-2010 Gargoyle Software Inc.. All Rights Reserved.