java.lang.Object | +--com.ibm.commerce.emarketing.utils.EmailContentHelper
A simple helper class that is used to open a URLConnection
and
return the reponse to a request to the URL as a String.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT Copyright. |
Method Summary | |
---|---|
static java.lang.String |
getURLResultAsString(java.lang.String urlString) Gets the resource from a URL as a String object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
Method Detail |
---|
public static final java.lang.String getURLResultAsString(java.lang.String urlString)
urlString
- the URL that points to the resource