org.eclipse.jetty.servlet.listener
Class IntrospectorCleaner

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

public class IntrospectorCleaner
extends java.lang.Object
implements javax.servlet.ServletContextListener

IntrospectorCleaner Cleans a static cache of Methods held by java.beans.Introspector class when a context is undeployed.

See Also:
java.beans.Introspector

Constructor Summary
IntrospectorCleaner()
           
 
Method Summary
 void contextDestroyed(javax.servlet.ServletContextEvent sce)
           
 void contextInitialized(javax.servlet.ServletContextEvent sce)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntrospectorCleaner

public IntrospectorCleaner()
Method Detail

contextInitialized

public void contextInitialized(javax.servlet.ServletContextEvent sce)
Specified by:
contextInitialized in interface javax.servlet.ServletContextListener

contextDestroyed

public void contextDestroyed(javax.servlet.ServletContextEvent sce)
Specified by:
contextDestroyed in interface javax.servlet.ServletContextListener


Copyright © 2012. All Rights Reserved.