com.eviware.soapui.impl.wsdl.submit.transports.http
Class HTMLPageSourceDownloader

java.lang.Object
  extended by com.eviware.soapui.impl.wsdl.submit.transports.http.HTMLPageSourceDownloader

public class HTMLPageSourceDownloader
extends java.lang.Object


Field Summary
static java.util.HashMap<java.lang.String,java.lang.String> acceptTypes
           
static java.lang.String MISSING_RESOURCES_LIST
           
 
Constructor Summary
HTMLPageSourceDownloader()
           
 
Method Summary
 Attachment createAttachment(byte[] bytes, java.net.URL url, Request request)
           
protected  java.util.List<Attachment> downloadCssAndImages(java.lang.String endpoint, HttpRequest request)
           
 java.util.List<java.lang.String> getMissingResourcesList()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MISSING_RESOURCES_LIST

public static final java.lang.String MISSING_RESOURCES_LIST
See Also:
Constant Field Values

acceptTypes

public static final java.util.HashMap<java.lang.String,java.lang.String> acceptTypes
Constructor Detail

HTMLPageSourceDownloader

public HTMLPageSourceDownloader()
Method Detail

downloadCssAndImages

protected java.util.List<Attachment> downloadCssAndImages(java.lang.String endpoint,
                                                          HttpRequest request)
                                                   throws java.net.MalformedURLException,
                                                          java.io.IOException
Throws:
java.net.MalformedURLException
java.io.IOException

createAttachment

public Attachment createAttachment(byte[] bytes,
                                   java.net.URL url,
                                   Request request)
                            throws java.io.IOException
Throws:
java.io.IOException

getMissingResourcesList

public java.util.List<java.lang.String> getMissingResourcesList()


Copyright © 2005-2011 eviware.com. All Rights Reserved.