Interface UrlResolver

  • All Known Implementing Classes:
    DefaultUrlResolver

    public interface UrlResolver
    How to compute an URL.
    Since:
    1.8.1
    Author:
    Jerome Leleu
    • Method Detail

      • compute

        String compute​(String url,
                       WebContext context)
        Compute a new URL from the provided URL and the web context.
        Parameters:
        url - the provided URL
        context - the web context
        Returns:
        the computed URL