Why you want to list all the servlets running in AEM ? There are too many servlets which have nothing to do with forms. If you want to list all the custom servlets registered for the forms then you can use OSGI APIs to dynamically find all the servlets and then extract their URL property. Example - ...