Interface BlobUrlResolver

  • All Known Implementing Classes:
    BlobUrlResolverImpl

    public interface BlobUrlResolver
    Defines operations for blob file urls
    Since:
    3.1.6
    Author:
    joseross
    • Method Detail

      • getBlobUrl

        String getBlobUrl​(String contentUrl)
        Returns the blob file url for the given content
        Parameters:
        contentUrl - the url of the content
        Returns:
        the blob url
      • getContentUrl

        String getContentUrl​(String blobUrl)
        Returns the content url for the given blob file
        Parameters:
        blobUrl - the url of the blob file
        Returns:
        the content url