Class SystemBootstrap
java.lang.Object
org.deltava.servlet.lifecycle.SystemBootstrap
- All Implemented Interfaces:
Thread.UncaughtExceptionHandler
,EventListener
,ServletContextListener
public class SystemBootstrap
extends Object
implements ServletContextListener, Thread.UncaughtExceptionHandler
The System bootstrap loader, that fires when the servlet container is started or stopped.
- Since:
- 1.0
- Version:
- 11.3
- Author:
- Luke
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SystemBootstrap
public SystemBootstrap()
-
-
Method Details
-
contextInitialized
- Specified by:
contextInitialized
in interfaceServletContextListener
-
contextDestroyed
- Specified by:
contextDestroyed
in interfaceServletContextListener
-
uncaughtException
- Specified by:
uncaughtException
in interfaceThread.UncaughtExceptionHandler
-