jsr369-experts@servlet-spec.java.net

[jsr369-experts] REQ: List<ServletContextListener> ServletContext.getListenerRegistrations();

From: jieryn <jieryn_at_gmail.com>
Date: Thu, 10 Sep 2015 13:25:53 -0400

Please consider enhancing the introspection capabilities to a running
server from the javax.servlet.ServletContext. It would be useful if we
could obtain a java.util.List of all registered
javax.servlet.ServletContextListener s.

There's similar function found in ServletContext, namely (List)
getFilterRegistrations() and (Map) getServletRegistrations().

Thank you for your consideration.