Class Bootstrap

  • All Implemented Interfaces:
    javax.servlet.ServletContainerInitializer

    public class Bootstrap
    extends Object
    implements javax.servlet.ServletContainerInitializer
    Bootstraps management of all deployed applications which require it.
    Author:
    Fabio Simeoni
    • Constructor Detail

      • Bootstrap

        public Bootstrap()
    • Method Detail

      • onStartup

        public void onStartup​(Set<Class<?>> c,
                              javax.servlet.ServletContext application)
                       throws javax.servlet.ServletException
        Specified by:
        onStartup in interface javax.servlet.ServletContainerInitializer
        Throws:
        javax.servlet.ServletException