Interface UrlNormalizer
- All Known Implementing Classes:
- DefaultUrlNormalizer
public interface UrlNormalizer
- 
Method Summary
- 
Method Details- 
normalizeNormalizes the specified URL.- Parameters:
- url- The URL to normalize, may be- null.
- Returns:
- The normalized URL or nullif the input wasnull.
 
 
-