Interface UriResolver

All Known Implementing Classes:
SimpleUriResolver

public interface UriResolver
Provides utility methods for absolutizing and relativizing URIs.
Author:
Werner Randelshofer
  • Method Details

    • relativize

      URI relativize(@Nullable URI base, URI uri)
    • absolutize

      URI absolutize(@Nullable URI base, URI uri)
    • getParent

      URI getParent(URI uri)