Interface UrlProvider<T>

    • Method Summary

      Modifier and Type Method and Description
      String getUrl(T thing)
      Get the url for this thing.
    • Method Detail

      • getUrl

        String getUrl(T thing)
        Get the url for this thing.
        Parameters:
        thing - the thing to get.
        Returns:
        the url for this thing.