Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

Vanity URL: can I get a collection of them all?

Avatar

Level 4

Hello,

I need to get all Vanity URLs in CQ instance.

I can write something like this //element(*)[@sling:vanityPath].

Is there a better way to do it, such as accessing some internal map?

Thanks.

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

Probably there might be some datastructure holding this information already, but it's a private one you cannot access from a different bundle or JSP. So the query is your only option.

Jörg

View solution in original post

1 Reply

Avatar

Correct answer by
Employee Advisor

Probably there might be some datastructure holding this information already, but it's a private one you cannot access from a different bundle or JSP. So the query is your only option.

Jörg