org.jvnet.hudson.test
Class HudsonPageCreator

java.lang.Object
  extended by com.gargoylesoftware.htmlunit.DefaultPageCreator
      extended by 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

Field Summary
static HudsonPageCreator INSTANCE
           
 
Constructor Summary
HudsonPageCreator()
           
 
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
 

Field Detail

INSTANCE

public static final HudsonPageCreator INSTANCE
Constructor Detail

HudsonPageCreator

public HudsonPageCreator()
Method Detail

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.