Class 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:
    Serialized Form
    • Nested Class Summary

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

        org.htmlunit.DefaultPageCreator.PageType
    • Constructor Detail

      • HudsonPageCreator

        public HudsonPageCreator()
    • Method Detail

      • 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