Interface RedirectResolver

    • 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