Class ELContextCleaner
java.lang.Object
org.eclipse.jetty.servlet.listener.ELContextCleaner
- All Implemented Interfaces:
jakarta.servlet.ServletContextListener
,EventListener
@Deprecated
public class ELContextCleaner
extends Object
implements jakarta.servlet.ServletContextListener
Deprecated.
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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
contextDestroyed
(jakarta.servlet.ServletContextEvent sce) Deprecated.void
contextInitialized
(jakarta.servlet.ServletContextEvent sce) Deprecated.protected Field
Deprecated.protected void
purgeEntries
(Field properties) Deprecated.
-
Constructor Details
-
ELContextCleaner
public ELContextCleaner()Deprecated.
-
-
Method Details
-
contextInitialized
public void contextInitialized(jakarta.servlet.ServletContextEvent sce) Deprecated.- Specified by:
contextInitialized
in interfacejakarta.servlet.ServletContextListener
-
contextDestroyed
public void contextDestroyed(jakarta.servlet.ServletContextEvent sce) Deprecated.- Specified by:
contextDestroyed
in interfacejakarta.servlet.ServletContextListener
-
getField
Deprecated. -
purgeEntries
protected void purgeEntries(Field properties) throws IllegalArgumentException, IllegalAccessException Deprecated.
-