com.im.ijc.core/1 5.9.4

com.im.ijc.core.api.url
Class URLContentFactory

java.lang.Object
  extended by com.im.ijc.core.api.url.URLContentFactory

public abstract class URLContentFactory
extends Object


Constructor Summary
protected URLContentFactory()
           
 
Method Summary
abstract  URLProperties createProperties()
           
abstract  URLContent createURLContent(String url)
           
abstract  URLContent createURLContent(URLProperties parameters)
           
static URLContentFactory getDefault()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URLContentFactory

protected URLContentFactory()
Method Detail

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()

com.im.ijc.core/1 5.9.4