Class DirectBinaryUtil
- java.lang.Object
-
- com.adobe.cq.dam.processor.nui.util.DirectBinaryUtil
-
public class DirectBinaryUtil extends java.lang.Object
Utils shared between UI and bundles
-
-
Constructor Summary
Constructors Constructor Description DirectBinaryUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.net.URI
getRenditionCloudURI(Rendition rendition)
Get the cloud image URI for rendition, return null if failed to get it
-
-
-
Method Detail
-
getRenditionCloudURI
public static java.net.URI getRenditionCloudURI(Rendition rendition)
Get the cloud image URI for rendition, return null if failed to get it- Parameters:
rendition
- The rendition- Returns:
- get the cloud image URI for rendition, return null if failed to get it
-
-