All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
Url |
cdnSubdomain(boolean cdnSubdomain) |
Url |
clone() |
Url |
cloudName(String cloudName) |
Url |
cname(String cname) |
Url |
fallbackContent(String fallbackContent) |
String |
finalizeResourceType(String resourceType,
String type,
String urlSuffix,
boolean useRootPath,
boolean shorten) |
Url |
format(String format) |
Url |
fromIdentifier(String identifier)
Parses a cloudinary identifier of the form:
[<resource_type>/][<image_type>/][v<version>/]<public_id>[.<format>][#<signature>]
|
String |
generate() |
String |
generate(String source) |
String |
generateSpriteCss(String source) |
String |
imageTag(Map<String,String> attributes) |
String |
imageTag(String source) |
String |
imageTag(String source,
Map<String,String> attributes) |
Url |
poster(Object poster) |
Url |
posterSource(String posterSource) |
Url |
posterTransformation(List<Map> posterTransformations) |
Url |
posterTransformation(Map posterTransformations) |
Url |
posterTransformation(Transformation posterTransformation) |
Url |
posterUrl(Url posterUrl) |
Url |
privateCdn(boolean privateCdn) |
Url |
publicId(Object publicId) |
Url |
resourceType(String resourceType) |
Url |
resourcType(String resourceType) |
Url |
secure(boolean secure) |
Url |
secureCdnSubdomain(boolean secureCdnSubdomain) |
Url |
secureDistribution(String secureDistribution) |
Url |
shorten(boolean shorten) |
Url |
signed(boolean signUrl) |
Url |
source(StoredFile source) |
Url |
source(String source) |
Url |
sourceTransformation(Map<String,Transformation> sourceTransformation) |
Url |
sourceTransformationFor(String source,
Transformation transformation) |
Url |
sourceTypes(String[] sourceTypes) |
Url |
suffix(String urlSuffix) |
Transformation |
transformation() |
Url |
transformation(Transformation transformation) |
Url |
type(String type) |
String |
unsignedDownloadUrlPrefix(String source,
String cloudName,
boolean privateCdn,
boolean cdnSubdomain,
Boolean secureCdnSubdomain,
String cname,
boolean secure,
String secureDistribution) |
Url |
useRootPath(boolean useRootPath) |
Url |
version(Object version) |
String |
videoTag() |
String |
videoTag(Map<String,String> attributes) |
String |
videoTag(String source,
Map<String,String> attributes) |