org.jvnet.hudson.test
Class HudsonPageCreator
java.lang.Object
com.gargoylesoftware.htmlunit.DefaultPageCreator
org.jvnet.hudson.test.HudsonPageCreator
- All Implemented Interfaces:
- com.gargoylesoftware.htmlunit.PageCreator, Serializable
public class HudsonPageCreator
- extends com.gargoylesoftware.htmlunit.DefaultPageCreator
PageCreator
that understands JNLP file.
- Author:
- Kohsuke Kawaguchi
- See Also:
- Serialized Form
Method Summary |
com.gargoylesoftware.htmlunit.Page |
createPage(com.gargoylesoftware.htmlunit.WebResponse webResponse,
com.gargoylesoftware.htmlunit.WebWindow webWindow)
|
Methods inherited from class com.gargoylesoftware.htmlunit.DefaultPageCreator |
createHtmlPage, createJavaScriptPage, createTextPage, createUnexpectedPage, createXHtmlPage, createXmlPage, determinePageType |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final HudsonPageCreator INSTANCE
HudsonPageCreator
public HudsonPageCreator()
createPage
public com.gargoylesoftware.htmlunit.Page createPage(com.gargoylesoftware.htmlunit.WebResponse webResponse,
com.gargoylesoftware.htmlunit.WebWindow webWindow)
throws IOException
- Specified by:
createPage
in interface com.gargoylesoftware.htmlunit.PageCreator
- Overrides:
createPage
in class com.gargoylesoftware.htmlunit.DefaultPageCreator
- Throws:
IOException
Copyright © 2004-2013. All Rights Reserved.