Is it possible, to get a list of all handlers from apache? With setHandler it is possible to create handlers.
One possible usage would be to add a handler for a specific file extension (addHandler). Knowing all the possible handlers and their identifier would ease the process of matching them to a file extension (or in case of URL handlers creating a list of possible URLs).
The handlers must be managed in apache core in some kind of list - how is it possible to get this list out?