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
@Deprecated
public class ServletContainerInitializersStarter
extends org.eclipse.jetty.util.component.AbstractLifeCycle
implements org.eclipse.jetty.servlet.ServletContextHandler.ServletContainerInitializerCaller
Deprecated.
ServletContainerInitializersStarter
Call the onStartup() method on all ServletContainerInitializers, after having
found all applicable classes (if any) to pass in as args.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.jetty.util.component.AbstractLifeCycle
org.eclipse.jetty.util.component.AbstractLifeCycle.AbstractLifeCycleListener, org.eclipse.jetty.util.component.AbstractLifeCycle.StopExceptionNested classes/interfaces inherited from interface org.eclipse.jetty.util.component.LifeCycle
org.eclipse.jetty.util.component.LifeCycle.Listener -
Field Summary
Fields inherited from class org.eclipse.jetty.util.component.AbstractLifeCycle
FAILED, STARTED, STARTING, STOPPED, STOPPING -
Constructor Summary
ConstructorsConstructorDescriptionServletContainerInitializersStarter(org.eclipse.jetty.webapp.WebAppContext context) Deprecated. -
Method Summary
Methods inherited from class org.eclipse.jetty.util.component.AbstractLifeCycle
addEventListener, doStop, getEventListeners, getState, getState, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeEventListener, setEventListeners, start, stop, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.eclipse.jetty.util.component.LifeCycle
addEventListener, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeEventListener, start, stop
-
Constructor Details
-
ServletContainerInitializersStarter
public ServletContainerInitializersStarter(org.eclipse.jetty.webapp.WebAppContext context) Deprecated.
-
-
Method Details
-
doStart
public void doStart()Deprecated.- Overrides:
doStartin classorg.eclipse.jetty.util.component.AbstractLifeCycle
-