Uses of Interface
com.gargoylesoftware.htmlunit.PageCreator

Packages that use PageCreator
com.gargoylesoftware.htmlunit Framework classes (contains the WebClient class which is the main entry point). 
 

Uses of PageCreator in com.gargoylesoftware.htmlunit
 

Classes in com.gargoylesoftware.htmlunit that implement PageCreator
 class DefaultPageCreator
          The default implementation of PageCreator.
 

Methods in com.gargoylesoftware.htmlunit that return PageCreator
 PageCreator WebClient.getPageCreator()
          Returns the current page creator.
 

Methods in com.gargoylesoftware.htmlunit with parameters of type PageCreator
 void WebClient.setPageCreator(PageCreator pageCreator)
          Sets the object that will be used to create pages.
 



Copyright © 2002-2010 Gargoyle Software Inc.. All Rights Reserved.