|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.gargoylesoftware.htmlunit.WebResponseImpl
com.gargoylesoftware.htmlunit.StringWebResponse
public class StringWebResponse
A simple WebResponse created from a string. Content is assumed to be of type text/html.
| Constructor Summary | |
|---|---|
StringWebResponse(java.lang.String content,
java.lang.String charset,
java.net.URL originatingURL)
Creates an instance associated with the specified originating URL. |
|
StringWebResponse(java.lang.String content,
java.net.URL originatingURL)
Creates an instance associated with the specified originating URL. |
|
| Method Summary |
|---|
| Methods inherited from class com.gargoylesoftware.htmlunit.WebResponseImpl |
|---|
getContentAsBytes, getContentAsStream, getContentAsString, getContentAsString, getContentCharset, getContentCharSet, getContentCharsetOrNull, getContentType, getLoadTime, getRequestMethod, getRequestSettings, getRequestUrl, getResponseHeaders, getResponseHeaderValue, getStatusCode, getStatusMessage, getUrl |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StringWebResponse(java.lang.String content,
java.net.URL originatingURL)
content - the content to returnoriginatingURL - the URL that this should be associated with
public StringWebResponse(java.lang.String content,
java.lang.String charset,
java.net.URL originatingURL)
content - the content to returncharset - the charset used to convert the contentoriginatingURL - the URL that this should be associated with
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||