Class IntrospectorCleaner

  • All Implemented Interfaces:
    java.util.EventListener, ServletContextListener

    public class IntrospectorCleaner
    extends java.lang.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 Detail

      • IntrospectorCleaner

        public IntrospectorCleaner()
    • Method Detail

      • contextInitialized

        public void contextInitialized​(ServletContextEvent sce)
        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