- All Implemented Interfaces:
jakarta.servlet.ServletContainerInitializer
public class Bootstrap
extends Object
implements jakarta.servlet.ServletContainerInitializer
Bootstraps management of all deployed applications which require it.
- Author:
- Fabio Simeoni, Luca Frosini (ISTI-CNR)
-
Constructor Summary
Constructors
Creates a new Bootstrap instance and initializes the container.
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Bootstrap
public Bootstrap()
Creates a new Bootstrap instance and initializes the container.
-
Method Details
-
onStartup
public void onStartup(Set<Class<?>> c,
jakarta.servlet.ServletContext application)
throws jakarta.servlet.ServletException
- Specified by:
onStartup in interface jakarta.servlet.ServletContainerInitializer
- Throws:
jakarta.servlet.ServletException