com.gargoylesoftware.htmlunit
Interface PageCreator
- All Known Implementing Classes:
- DefaultPageCreator
public interface PageCreator
Something that knows how to create a page object. It is also the responsibility
of the page creator to establish the relationship between the webWindow
and the page, usually by calling WebWindow.setEnclosedPage(Page). This should
be done as early as possible, e.g. to allow for re-loading of pages during page parsing.
- Version:
- $Revision: 5301 $
- Author:
- Mike Bowler, Christian Sell
createPage
Page createPage(WebResponse webResponse,
WebWindow webWindow)
throws IOException
- Create a Page object for the specified web response.
- Parameters:
webResponse - the response from the serverwebWindow - the window that this page will be loaded into
- Returns:
- the new page
- Throws:
IOException - If an io problem occurs
Copyright © 2002-2010 Gargoyle Software Inc.. All Rights Reserved.