public interface PageCreator
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.Modifier and Type | Method and Description |
---|---|
Page |
createPage(WebResponse webResponse,
WebWindow webWindow)
Create a Page object for the specified web response.
|
Page createPage(WebResponse webResponse, WebWindow webWindow) throws IOException
webResponse
- the response from the serverwebWindow
- the window that this page will be loaded intoIOException
- If an io problem occursCopyright © 2002–2013 Gargoyle Software Inc.. All rights reserved.