Class ContainerListener

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

    @WebListener
    public class ContainerListener
    extends Object
    implements jakarta.servlet.ServletContextListener
    • Field Detail

      • log

        public static org.slf4j.Logger log
    • Constructor Detail

      • ContainerListener

        public ContainerListener()
    • Method Detail

      • contextDestroyed

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

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