Thanks Arun,Just to add a bit more, I was able to achieve this using below in a tag class.PublisherConfiguration pc = sling.getService(PublisherConfiguration.class);Similarly for a servlet or a service impl class it seems we can use @Reference for the class PublisherConfigurationThanks again,Shubham