Module org.eclipse.jetty.servlet
Class IntrospectorCleaner
- java.lang.Object
-
- org.eclipse.jetty.servlet.listener.IntrospectorCleaner
-
- All Implemented Interfaces:
jakarta.servlet.ServletContextListener,java.util.EventListener
public class IntrospectorCleaner extends java.lang.Object implements jakarta.servlet.ServletContextListenerIntrospectorCleaner Cleans a static cache of Methods held by java.beans.Introspector class when a context is undeployed.- See Also:
Introspector
-
-
Constructor Summary
Constructors Constructor Description IntrospectorCleaner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcontextDestroyed(jakarta.servlet.ServletContextEvent sce)voidcontextInitialized(jakarta.servlet.ServletContextEvent sce)
-
-
-
Method Detail
-
contextInitialized
public void contextInitialized(jakarta.servlet.ServletContextEvent sce)
- Specified by:
contextInitializedin interfacejakarta.servlet.ServletContextListener
-
contextDestroyed
public void contextDestroyed(jakarta.servlet.ServletContextEvent sce)
- Specified by:
contextDestroyedin interfacejakarta.servlet.ServletContextListener
-
-