On Thu, Jul 14, 2016 at 4:13 PM, Radu Cotescu <[email protected]> wrote: >...I was proposing to have a generic service that would be able to > provide these Resolvers to scripting consumers....
But IIUC your goal is only to make some mostly static values available
from those services?
If that's the case, maybe a set of "environment properties" is more useful?
Leading to something like this in scripts
env.get("sling.search.path")
?
-Bertrand
