Class ELContextCleaner

  • All Implemented Interfaces:
    java.util.EventListener, ServletContextListener

    public class ELContextCleaner
    extends java.lang.Object
    implements ServletContextListener
    ELContextCleaner Clean up BeanELResolver when the context is going out of service: See http://java.net/jira/browse/GLASSFISH-1649 See https://bugs.eclipse.org/bugs/show_bug.cgi?id=353095
    • Constructor Detail

      • ELContextCleaner

        public ELContextCleaner()
    • Method Detail

      • contextInitialized

        public void contextInitialized​(ServletContextEvent sce)
        Description copied from interface: ServletContextListener
        Notification that the web application initialization process is starting. All ServletContextListeners are notified of context initialization before any filter or servlet in the web application is initialized.
        Specified by:
        contextInitialized in interface ServletContextListener