Class ELContextCleaner
java.lang.Object
org.eclipse.jetty.servlet.listener.ELContextCleaner
- All Implemented Interfaces:
EventListener,ServletContextListener
@Deprecated(since="2021-05-27")
public class ELContextCleaner
extends Object
implements ServletContextListener
Deprecated.
The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.Notification that the servlet context is about to be shut down.voidDeprecated.Notification that the web application initialization process is starting.
-
Constructor Details
-
ELContextCleaner
public ELContextCleaner()Deprecated.
-
-
Method Details
-
contextInitialized
Deprecated.Description copied from interface:ServletContextListenerNotification 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:
contextInitializedin interfaceServletContextListener- Parameters:
sce- Information about the ServletContext that was initialized
-
contextDestroyed
Deprecated.Description copied from interface:ServletContextListenerNotification 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:
contextDestroyedin interfaceServletContextListener- Parameters:
sce- Information about the ServletContext that was destroyed
-