How to configure page level information using AEM APIs

Question

How to configure page level information using AEM APIs?

Answer

You can use the AEM API to get information about AEM resources such as pages. In your code, you can use the following code.

PageManager pageManager = resourceResolver.adaptTo(PageManager.class);

Page listPage = pageManager.getPage("/etc/acs-commons/lists/targets");

GenericList list = listPage.adaptTo(GenericList.class);

String value = list.lookup(key);

This code gives you the value. For more information about using Sling APIs, see Using Sling APIs to retrieve content from the Adobe Experience Manager Repository.

 Adobe

Get help faster and easier

New user?

Adobe MAX 2024

Adobe MAX
The Creativity Conference

Oct 14–16 Miami Beach and online

Adobe MAX

The Creativity Conference

Oct 14–16 Miami Beach and online

Adobe MAX 2024

Adobe MAX
The Creativity Conference

Oct 14–16 Miami Beach and online

Adobe MAX

The Creativity Conference

Oct 14–16 Miami Beach and online