Class ContextListener

  • All Implemented Interfaces:
    jakarta.servlet.ServletContextListener, EventListener

    @WebListener
    public class ContextListener
    extends Object
    implements jakarta.servlet.ServletContextListener
    • Constructor Detail

      • ContextListener

        public ContextListener()
    • Method Detail

      • contextInitialized

        public void contextInitialized​(jakarta.servlet.ServletContextEvent sce)
        Specified by:
        contextInitialized in interface jakarta.servlet.ServletContextListener
      • contextDestroyed

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