Package org.eclipse.jetty.annotations
Class ServletContainerInitializersStarter
- java.lang.Object
-
- org.eclipse.jetty.util.component.AbstractLifeCycle
-
- org.eclipse.jetty.annotations.ServletContainerInitializersStarter
-
- All Implemented Interfaces:
org.eclipse.jetty.servlet.ServletContextHandler.ServletContainerInitializerCaller,org.eclipse.jetty.util.component.LifeCycle
public class ServletContainerInitializersStarter extends org.eclipse.jetty.util.component.AbstractLifeCycle implements org.eclipse.jetty.servlet.ServletContextHandler.ServletContainerInitializerCallerServletContainerInitializersStarter Call the onStartup() method on all ServletContainerInitializers, after having found all applicable classes (if any) to pass in as args.
-
-
Constructor Summary
Constructors Constructor Description ServletContainerInitializersStarter(WebAppContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoStart()Call the doStart method of the ServletContainerInitializers-
Methods inherited from class org.eclipse.jetty.util.component.AbstractLifeCycle
addLifeCycleListener, doStop, getState, getState, getStopTimeout, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, setStopTimeout, start, stop, toString
-
-
-
-
Constructor Detail
-
ServletContainerInitializersStarter
public ServletContainerInitializersStarter(WebAppContext context)
-
-