Class HudsonPageCreator

java.lang.Object
org.htmlunit.DefaultPageCreator
org.jvnet.hudson.test.HudsonPageCreator
All Implemented Interfaces:
Serializable, org.htmlunit.PageCreator

public class HudsonPageCreator extends org.htmlunit.DefaultPageCreator
PageCreator that understands JNLP file.
Author:
Kohsuke Kawaguchi
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.htmlunit.DefaultPageCreator

    org.htmlunit.DefaultPageCreator.PageType
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final HudsonPageCreator
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.htmlunit.Page
    createPage(org.htmlunit.WebResponse webResponse, org.htmlunit.WebWindow webWindow)
     

    Methods inherited from class org.htmlunit.DefaultPageCreator

    createHtmlPage, createTextPage, createUnexpectedPage, createXHtmlPage, createXmlPage, determinePageType, determinePageType, getHtmlParser

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • HudsonPageCreator

      public HudsonPageCreator()
  • Method Details

    • createPage

      public org.htmlunit.Page createPage(org.htmlunit.WebResponse webResponse, org.htmlunit.WebWindow webWindow) throws IOException
      Specified by:
      createPage in interface org.htmlunit.PageCreator
      Overrides:
      createPage in class org.htmlunit.DefaultPageCreator
      Throws:
      IOException