public class HudsonPageCreator
extends com.gargoylesoftware.htmlunit.DefaultPageCreator
PageCreator that understands JNLP file.| Modifier and Type | Field and Description |
|---|---|
static HudsonPageCreator |
INSTANCE |
| Constructor and Description |
|---|
HudsonPageCreator() |
| Modifier and Type | Method and Description |
|---|---|
com.gargoylesoftware.htmlunit.Page |
createPage(com.gargoylesoftware.htmlunit.WebResponse webResponse,
com.gargoylesoftware.htmlunit.WebWindow webWindow) |
protected String |
determineContentType(String contentType,
InputStream contentAsStream) |
public static final HudsonPageCreator INSTANCE
public com.gargoylesoftware.htmlunit.Page createPage(com.gargoylesoftware.htmlunit.WebResponse webResponse,
com.gargoylesoftware.htmlunit.WebWindow webWindow)
throws IOException
createPage in interface com.gargoylesoftware.htmlunit.PageCreatorcreatePage in class com.gargoylesoftware.htmlunit.DefaultPageCreatorIOExceptionprotected String determineContentType(String contentType, InputStream contentAsStream) throws IOException
determineContentType in class com.gargoylesoftware.htmlunit.DefaultPageCreatorIOExceptionCopyright © 2004–2015. All rights reserved.