Package org.jvnet.hudson.test
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.DefaultPageCreatorPageCreatorthat understands JNLP file.- Author:
- Kohsuke Kawaguchi
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static HudsonPageCreatorINSTANCE
-
Constructor Summary
Constructors Constructor Description HudsonPageCreator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.htmlunit.PagecreatePage(org.htmlunit.WebResponse webResponse, org.htmlunit.WebWindow webWindow)
-
-
-
Field Detail
-
INSTANCE
public static final HudsonPageCreator INSTANCE
-
-
Method Detail
-
createPage
public org.htmlunit.Page createPage(org.htmlunit.WebResponse webResponse, org.htmlunit.WebWindow webWindow) throws IOException- Specified by:
createPagein interfaceorg.htmlunit.PageCreator- Overrides:
createPagein classorg.htmlunit.DefaultPageCreator- Throws:
IOException
-
-