Class Bootstrap

java.lang.Object
org.gcube.smartgears.Bootstrap
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 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