Solved
Vanity URL: can I get a collection of them all?
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.
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.
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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.