Hi all,
In a sling model adapted from a resource, I need to access information on which selectors are present.
Please note that I cannot use adaptables = SlingHttpServletRequest.class since it mus work when adapting from a resource.
I have not found a way to do this, is there one?
I've tried injecting the request, SlingScriptHelper, SlingBindings in many different ways, but I did not get to the request (or the selectors) in any way.
thanks for any help,
Ben