Class ServletContainerInitializersStarter

java.lang.Object
org.eclipse.jetty.util.component.AbstractLifeCycle
org.eclipse.jetty.annotations.ServletContainerInitializersStarter
All Implemented Interfaces:
ServletContextHandler.ServletContainerInitializerCaller, LifeCycle

@Deprecated public class ServletContainerInitializersStarter extends AbstractLifeCycle implements ServletContextHandler.ServletContainerInitializerCaller
Deprecated.
ServletContainerInitializersStarter Call the onStartup() method on all ServletContainerInitializers, after having found all applicable classes (if any) to pass in as args.
  • Constructor Details

    • ServletContainerInitializersStarter

      public ServletContainerInitializersStarter(WebAppContext context)
      Deprecated.
  • Method Details