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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcontextDestroyed(jakarta.servlet.ServletContextEvent e) voidcontextInitialized(jakarta.servlet.ServletContextEvent e) voiduncaughtException(Thread t, Throwable e)
-
Constructor Details
-
SystemBootstrap
public SystemBootstrap()
-
-
Method Details
-
contextInitialized
public void contextInitialized(jakarta.servlet.ServletContextEvent e) - Specified by:
contextInitializedin interfacejakarta.servlet.ServletContextListener
-
contextDestroyed
public void contextDestroyed(jakarta.servlet.ServletContextEvent e) - Specified by:
contextDestroyedin interfacejakarta.servlet.ServletContextListener
-
uncaughtException
- Specified by:
uncaughtExceptionin interfaceThread.UncaughtExceptionHandler
-