com.im.ijc.core.api.url
Class URLContentFactory
java.lang.Object
com.im.ijc.core.api.url.URLContentFactory
public abstract class URLContentFactory
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
URLContentFactory
protected URLContentFactory()
createURLContent
public abstract URLContent createURLContent(String url)
throws MalformedURLException
- Throws:
MalformedURLException
createURLContent
public abstract URLContent createURLContent(URLProperties parameters)
createProperties
public abstract URLProperties createProperties()
getDefault
public static URLContentFactory getDefault()