Package com.adobe.acs.commons.dam
Class DAMFunctions
java.lang.Object
com.adobe.acs.commons.dam.DAMFunctions
DAM JSP functions.
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetTitleOrName(com.day.cq.dam.api.Asset asset) Return the title or name of the asset, if the title is not defined.
-
Method Details
-
getTitleOrName
Return the title or name of the asset, if the title is not defined.- Parameters:
asset- the asset- Returns:
- the asset title or name
-