Class ServletConfigurationListener

Object
ServletConfigurationListener
All Implemented Interfaces:
EventListener, ServletContextListener

public class ServletConfigurationListener extends Object implements ServletContextListener
  • Constructor Details

    • ServletConfigurationListener

      public ServletConfigurationListener()
  • Method Details

    • contextDestroyed

      public void contextDestroyed(ServletContextEvent arg0)
      Specified by:
      contextDestroyed in interface ServletContextListener
    • contextInitialized

      public void contextInitialized(ServletContextEvent event)
      Specified by:
      contextInitialized in interface ServletContextListener