Uses of Class
org.htmlunit.TextPage
-
Packages that use TextPage Package Description org.htmlunit Framework classes (contains theWebClient
class which is the main entry point). -
-
Uses of TextPage in org.htmlunit
Methods in org.htmlunit that return TextPage Modifier and Type Method Description protected TextPage
DefaultPageCreator. createTextPage(WebResponse webResponse, WebWindow webWindow)
Creates a TextPage for this WebResponse.
-