com.gargoylesoftware.htmlunit
Interface RefreshHandler
- All Known Implementing Classes:
- ImmediateRefreshHandler, ThreadedRefreshHandler, WaitingRefreshHandler
public interface RefreshHandler
A handler for page refreshes. A refresh can be triggered by a response header or a meta tag.
- Version:
- $Revision: 5301 $
- Author:
- Mike Bowler, Daniel Gredler
Method Summary |
void |
handleRefresh(Page page,
URL url,
int seconds)
Refreshes the specified page using the specified URL after the specified number
of seconds. |
handleRefresh
void handleRefresh(Page page,
URL url,
int seconds)
throws IOException
- Refreshes the specified page using the specified URL after the specified number
of seconds.
- 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
- Throws:
IOException
- if the refresh fails
Copyright © 2002-2010 Gargoyle Software Inc.. All Rights Reserved.