Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
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