


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.
Views
Replies
Sign in to like this content
Total Likes
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
Views
Replies
Sign in to like this content
Total Likes
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
Views
Replies
Sign in to like this content
Total Likes