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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
contextDestroyed
(ServletContextEvent servletContextEvent) Deprecated.Notification that the servlet context is about to be shut down.void
Deprecated.Notification that the web application initialization process is starting.
-
Constructor Details
-
ContextDetachingSCL
public ContextDetachingSCL()Deprecated.
-
-
Method Details
-
contextInitialized
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 interfaceServletContextListener
- Parameters:
arg0
- Information about the ServletContext that was initialized
-
contextDestroyed
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 interfaceServletContextListener
- Parameters:
servletContextEvent
- Information about the ServletContext that was destroyed
-