Class WsContextListener

    • Constructor Detail

      • WsContextListener

        public WsContextListener()
    • Method Detail

      • contextInitialized

        public void contextInitialized​(ServletContextEvent sce)
        Description copied from interface: jakarta.servlet.ServletContextListener
        Notification that the web application initialization process is starting. All ServletContextListeners are notified of context initialization before any filter or servlet in the web application is initialized. The default implementation is a NO-OP.
        Specified by:
        contextInitialized in interface ServletContextListener
        Parameters:
        sce - Information about the ServletContext that was initialized
      • contextDestroyed

        public void contextDestroyed​(ServletContextEvent sce)
        Description copied from interface: jakarta.servlet.ServletContextListener
        Notification that the servlet context is about to be shut down. All servlets and filters have been destroyed before any ServletContextListeners are notified of context destruction. The default implementation is a NO-OP.
        Specified by:
        contextDestroyed in interface ServletContextListener
        Parameters:
        sce - Information about the ServletContext that was destroyed