Interface NormalizeUri

All Known Implementing Classes:
DefaultNormalizeUri

public interface NormalizeUri
A simple process to retrieve a normalized URI.
Author:
Martin Siegemund
  • Method Summary

    Modifier and Type Method Description
    String normalize()
    Normalize the URI and return the result.
  • Method Details

    • normalize

      String normalize()
      Normalize the URI and return the result.
      Returns:
      the normalized URI