Interface AbsoluteUrlBuilder<T>

Type Parameters:
T - request
All Known Subinterfaces:
OauthRouteUrlBuilder<T>
All Known Implementing Classes:
DefaultOauthRouteUrlBuilder

public interface AbsoluteUrlBuilder<T>
Builds an absolute URL for the current server.
Since:
1.2.0
Author:
James Kleeh
  • Method Summary

    Modifier and Type
    Method
    Description
    buildUrl(T current, String path)
    Builds an absolute URL for the given path.
  • Method Details

    • buildUrl

      URL buildUrl(@Nullable T current, String path)
      Builds an absolute URL for the given path.
      Parameters:
      current - The current request
      path - The path
      Returns:
      The absolute URL