Class IntrospectorCleaner

java.lang.Object
org.eclipse.jetty.servlet.listener.IntrospectorCleaner
All Implemented Interfaces:
EventListener, ServletContextListener

@Deprecated(since="2021-05-27") public class IntrospectorCleaner extends Object implements ServletContextListener
Deprecated.
The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
IntrospectorCleaner Cleans a static cache of Methods held by java.beans.Introspector class when a context is undeployed.
See Also:
  • Constructor Details

    • IntrospectorCleaner

      public IntrospectorCleaner()
      Deprecated.
  • Method Details

    • contextInitialized

      public void contextInitialized(ServletContextEvent sce)
      Deprecated.
      Description copied from interface: ServletContextListener
      Notification 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:
      contextInitialized in interface ServletContextListener
      Parameters:
      sce - Information about the ServletContext that was initialized
    • contextDestroyed

      public void contextDestroyed(ServletContextEvent sce)
      Deprecated.
      Description copied from interface: ServletContextListener
      Notification 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:
      contextDestroyed in interface ServletContextListener
      Parameters:
      sce - Information about the ServletContext that was destroyed