Uses of Interface
org.htmlunit.PageCreator
-
Packages that use PageCreator Package Description org.htmlunit Framework classes (contains theWebClient
class which is the main entry point). -
-
Uses of PageCreator in org.htmlunit
Classes in org.htmlunit that implement PageCreator Modifier and Type Class Description class
DefaultPageCreator
The default implementation ofPageCreator
.Methods in org.htmlunit that return PageCreator Modifier and Type Method Description PageCreator
WebClient. getPageCreator()
Returns the current page creator.Methods in org.htmlunit with parameters of type PageCreator Modifier and Type Method Description void
WebClient. setPageCreator(PageCreator pageCreator)
Sets the object that will be used to create pages.
-