Class ELContextCleaner

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

    @Deprecated
    public class ELContextCleaner
    extends java.lang.Object
    implements ServletContextListener
    Deprecated.
    This api is not supported anymore. Please do not use it.
    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()
        Deprecated.
    • Method Detail

      • contextInitialized

        public void contextInitialized​(ServletContextEvent sce)
        Deprecated.
        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
      • contextDestroyed

        public void contextDestroyed​(ServletContextEvent sce)
        Deprecated.
        Description copied from interface: ServletContextListener
        Notification that the servlet context is about to be shut down. All servlets and filters have been destroy()ed before any ServletContextListeners are notified of context destruction.
        Specified by:
        contextDestroyed in interface ServletContextListener