sr508
20-05-2019
i am working on customizing the assetlink share.
I see a POST call to the backendand the data is stored in the path /var/dam/share when the dialog submitted.
The call is as below:
http://localhost:4502/content/dam/ee-help.adhocassetshare.html
The code is from com.day.cq.dam.core.impl.assetlinkshare
But i am uable to find the assetlinkshare in ubar jar or in com.day.cq.dam.impl jar.
Please share any git or nexus repository where i can find the assetlinkshare implementation
Andrew_Khoury
Employee
Hi sr508 java package com.day.cq.dam.core.impl is not exported by the out of the box cq-dam-core bundle. So any classes in there are internal, as such, they cannot be added to the uber jar.