Class IntrospectorCleaner
- java.lang.Object
-
- org.eclipse.jetty.servlet.listener.IntrospectorCleaner
-
- All Implemented Interfaces:
EventListener,ServletContextListener
public class IntrospectorCleaner extends Object implements ServletContextListener
IntrospectorCleaner 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(ServletContextEvent sce)voidcontextInitialized(ServletContextEvent sce)
-
-
-
Method Detail
-
contextInitialized
public void contextInitialized(ServletContextEvent sce)
- Specified by:
contextInitializedin interfaceServletContextListener
-
contextDestroyed
public void contextDestroyed(ServletContextEvent sce)
- Specified by:
contextDestroyedin interfaceServletContextListener
-
-