Class SystemBootstrap

java.lang.Object
org.deltava.servlet.lifecycle.SystemBootstrap
All Implemented Interfaces:
jakarta.servlet.ServletContextListener, Thread.UncaughtExceptionHandler, EventListener

public class SystemBootstrap extends Object implements jakarta.servlet.ServletContextListener, Thread.UncaughtExceptionHandler
The System bootstrap loader, that fires when the servlet container is started or stopped.
Since:
1.0
Version:
12.3
Author:
Luke
  • Constructor Details

    • SystemBootstrap

      public SystemBootstrap()
  • Method Details

    • contextInitialized

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

      public void contextDestroyed(jakarta.servlet.ServletContextEvent e)
      Specified by:
      contextDestroyed in interface jakarta.servlet.ServletContextListener
    • uncaughtException

      public void uncaughtException(Thread t, Throwable e)
      Specified by:
      uncaughtException in interface Thread.UncaughtExceptionHandler