Class ContextDetachingSCL

    • Constructor Detail

      • ContextDetachingSCL

        public ContextDetachingSCL()
        Deprecated.
    • Method Detail

      • contextInitialized

        public void contextInitialized​(ServletContextEvent arg0)
        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
        Parameters:
        arg0 - Information about the ServletContext that was initialized
      • contextDestroyed

        public void contextDestroyed​(ServletContextEvent servletContextEvent)
        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
        Parameters:
        servletContextEvent - Information about the ServletContext that was destroyed