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 into.IOException - If an io problem occursCopyright © 2002-2012 Gargoyle Software Inc.. All Rights Reserved.