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
null
if the input wasnull
.
-