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