public class HTTPURIDereferencer extends Object implements Dereferencer
| Constructor and Description |
|---|
HTTPURIDereferencer(LinkedDataCache linkedDataCache) |
| Modifier and Type | Method and Description |
|---|---|
void |
blackListExtension(String ext) |
org.restlet.representation.Representation |
dereference(String uri) |
String |
toString() |
void |
whitelistExtension(String ext) |
public HTTPURIDereferencer(LinkedDataCache linkedDataCache)
public org.restlet.representation.Representation dereference(String uri) throws RippleException
dereference in interface Dereferenceruri - a URI from which to fetch a documentRippleException - if dereferencing the URI fails for any reasonpublic void blackListExtension(String ext)
public void whitelistExtension(String ext)
Copyright © 2007-2012 fortytwo.net. All Rights Reserved.