public interface UrlCanonicalizer
Modifier and Type | Method and Description |
---|---|
boolean |
isSurtForm()
Returns true if this Canonicalizer returns SURTs, false is URLs
|
String |
urlStringToKey(String url) |
String urlStringToKey(String url) throws org.apache.commons.httpclient.URIException
url
- String representation of an URL, in as original, and
unchanged form as possible.org.apache.commons.httpclient.URIException
- if the input url String is not a valid URL.boolean isSurtForm()
Copyright © 2005–2015 IIPC. All rights reserved.