Class StartupListener

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

    @WebListener
    public class StartupListener
    extends Object
    implements jakarta.servlet.ServletContextListener
    Bootstrap the application on startup
    Author:
    Phillip Kruger (phillip.kruger@redhat.com)
    • Constructor Detail

      • StartupListener

        public StartupListener()
    • 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