Class ContextDetachingSCL

java.lang.Object
ch.qos.logback.classic.selector.servlet.ContextDetachingSCL
All Implemented Interfaces:
EventListener, ServletContextListener

@Deprecated(since="2022-01-27") public class ContextDetachingSCL extends Object implements ServletContextListener
Deprecated.
  • Constructor Details

    • ContextDetachingSCL

      public ContextDetachingSCL()
      Deprecated.
  • Method Details

    • 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