Interface RedirectResolver

  • All Known Implementing Classes:
    DefaultRedirectResolver

    public interface RedirectResolver
    Since:
    8.3 Return a URI to redirect client to for a specified blob if possible
    • Method Detail

      • getURI

        URI getURI​(Blob blob,
                   BlobManager.UsageHint usage,
                   javax.servlet.http.HttpServletRequest request)
            throws IOException
        Return a redirect URI if possible to the specified Blob
        Parameters:
        blob - to get the URI for
        usage - for
        request - Native Http request
        Returns:
        The URI to the resource or null if cannot create a direct URI
        Throws:
        IOException