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.
|
HTMLParser |
getHtmlParser()
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
|
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 occursHTMLParser getHtmlParser()
Copyright © 2002–2024 Gargoyle Software Inc.. All rights reserved.