Uses of Interface
com.gargoylesoftware.htmlunit.PageCreator
-
Packages that use PageCreator Package Description com.gargoylesoftware.htmlunit Framework classes (contains theWebClientclass which is the main entry point). -
-
Uses of PageCreator in com.gargoylesoftware.htmlunit
Classes in com.gargoylesoftware.htmlunit that implement PageCreator Modifier and Type Class Description classDefaultPageCreatorThe default implementation ofPageCreator.Methods in com.gargoylesoftware.htmlunit that return PageCreator Modifier and Type Method Description PageCreatorWebClient. getPageCreator()Returns the current page creator.Methods in com.gargoylesoftware.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.
-