public class EmailContentHelper
extends java.lang.Object
URLConnection
and return
the reponse to a request to the URL as a String.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
Copyright.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getURLResultAsString(java.lang.String urlString)
Gets the resource from a URL as a String object.
|
public static final java.lang.String COPYRIGHT
public static final java.lang.String getURLResultAsString(java.lang.String urlString)
urlString
- The URL that points to the resource.