Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
Hi Team
In URL we have selector. What role plays a selector here. Can anyone explain.
Thank You
Solved! Go to Solution.
It's just an alternate method to render the content.
It might be used to execute the different component scripts or some servlet would be using it.
Will recommend you to see basics of sling request processing, something I think every dev should be aware of - > The Basics
Thanks
View solution in original post
Selectors can be used to display the same content in an alternative format.
Please have a look at this community article:- http://www.aemcq5tutorials.com/tutorials/sling-resource-resolution-aem/ and http://blogs.adobe.com/contentmanagement/tag/selectors/
Refer to this old forum post:- Sling Resource Resolution Preference
//if the user request a content as --> <path>.<selector...>.<extension>
Then for the request resolution files ending with <selector>.<extension>.<script extension> takes priority
Views
Likes
Replies