How to register resource mapping configuration to aem context?
I have a model where i am obtaining resource resolver from resourceresolverFactory . This model is a generic model referenced in multiple classes
In one such test case , i want resolver.map("path") to give me the resolved paths according to my configurations. Is there a way to register these configurations to the aem context so that when resolver.map() is called it maps url correctly