Expand my Community achievements bar.

Join expert-led, customer-led sessions on Adobe Experience Manager Assets on August 20th at our Skill Exchange.

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.

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

2 Replies

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.