내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

Total number of anchor tags/CTA buttons from an AEM content page using java servlet

Avatar

Level 2

Is there anyway we can find the total number of anchor tags/CTA buttons from an AEM content page using java servlet? Is there any out of the box API available to fetch anchor tag details?

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Level 3

use query builder to check anchor tags used in particular set of pages and display it using AEM servlet.

원본 게시물의 솔루션 보기

2 답변 개

Avatar

정확한 답변 작성자:
Level 3

use query builder to check anchor tags used in particular set of pages and display it using AEM servlet.

Avatar

Level 2

In my case, we have authored the anchor tag using CTA button in some components (we have the property name link to author the link)and in some please it is a hyperlinked(using RTE plugins). And i have tried with many queries but it is not returning the actual outputs. Could you please provide a sample query?