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

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

How to know Template and Components on Landing Page of an existing application?

Avatar

Level 8

Hi all,

 

I have an already existing application in AEM.

Please let me know how to know Template and Components on its Landing Page.

 

My knowledge says in CRXDE one can see Templates folder and Components folder under the project name under /apps.

Under Templates folder, the template will be there, whose resourceType property points to the Page Component and Page Component houses all other components.

 

But here there is no Templates folder. I am also aware that Templates named folder is not mandatory.

I have access to the code.

 

Similarly I have a button on the Landing Page. Need to know the servlet it invokes.

 

Appreciate all your replies.

 

Thanks,

RK.

주제

토픽은 커뮤니티 콘텐츠를 분류하여 관련성 있는 콘텐츠를 찾는 데 도움이 됩니다.

2 답변 개

Avatar

Level 4

Hi @nsvsrk ,

 

  1. I'm not sure which version of AEM is that, but you shall check the Templates from below locations /libs/wcm/core/content/sites/templates.html/conf (from Tools console) or /conf/abc/settings/wcm/templates (from CRXDE).
  2. If the call is triggered from FE, you shall check that request in Network panel of your browser, it should be similar to path/to/comp.<selector>.json, now look for the component resourceType, you should have a servlet registered with that resourceType and selector.

Thanks,

Raju.

 

 

Avatar

Level 8

Thanks @Rajumuddana .

 

That folder has many templates. How to identify the correct one?

Browser Network traffic does not show template name I believe.

 

Thanks,

RK.