Get available smart crop renditions for an asset in Java
I'm trying to get a list of valid smart crop renditions for an image in my AEM Java code. I can get the standard static renditions (e.g. thumbnails) by adapting the resource to the Asset interface but this does not tell me the valid smart crop options the image has. Does anybody know how I can get these in Java ?