Interface AbsoluteUrlBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.net.URL buildUrl​(io.micronaut.http.HttpRequest current, java.lang.String path)
      Builds an absolute URL for the given path
    • Method Detail

      • buildUrl

        java.net.URL buildUrl​(@Nullable
                              io.micronaut.http.HttpRequest current,
                              java.lang.String path)
        Builds an absolute URL for the given path
        Parameters:
        current - The current request
        path - The path
        Returns:
        The absolute URL