users@servlet-spec.java.net

[servlet-spec users] REQ: List<ServletContextListener> ServletContext.getListenerRegistrations();

From: jieryn <jieryn_at_gmail.com>
Date: Fri, 11 Sep 2015 15:36:02 -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.