Package org.craftercms.commons.file.blob
Interface BlobUrlResolver
-
- All Known Implementing Classes:
BlobUrlResolverImpl
public interface BlobUrlResolverDefines operations for blob file urls- Since:
- 3.1.6
- Author:
- joseross
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetBlobUrl(String contentUrl)Returns the blob file url for the given contentStringgetContentUrl(String blobUrl)Returns the content url for the given blob file
-