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