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