Hi,I would like to know if there is a possibility to somehow pass
dynamic values to the properties sling.servlet.resourceTypes,
sling.servlet.selectors, sling.servlet.extensions while registering a
servlet.Is there a way to use custom OSGi configuration nodes in this
case?A sample use case :I have a servlet registered using resourceType=
/something/xyz, selectors = [json, tab, img, pdf], extension = html. In
case, i would like to add more selectors to the same servlet in future
based on my exten...