Expand my Community achievements bar.

SOLVED

assetlink share customization

Avatar

Level 3

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

1756081_pastedImage_0.png

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

1 Accepted Solution

Avatar

Correct answer by
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.

View solution in original post

1 Reply

Avatar

Correct answer by
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.