Class ServletContainerInitializersStarter
java.lang.Object
org.eclipse.jetty.util.component.AbstractLifeCycle
org.eclipse.jetty.annotations.ServletContainerInitializersStarter
- All Implemented Interfaces:
ServletContextHandler.ServletContainerInitializerCaller, LifeCycle
public class ServletContainerInitializersStarter
extends AbstractLifeCycle
implements ServletContextHandler.ServletContainerInitializerCaller
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 AbstractLifeCycle
AbstractLifeCycle.AbstractLifeCycleListenerNested classes/interfaces inherited from interface LifeCycle
LifeCycle.Listener -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddoStart()Call the doStart method of the ServletContainerInitializersMethods inherited from class AbstractLifeCycle
addLifeCycleListener, doStop, getState, getState, getStopTimeout, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, setStopTimeout, start, stop, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface LifeCycle
addLifeCycleListener, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, start, stop
-
Field Details
-
LOG
-
_context
WebAppContext _context
-
-
Constructor Details
-
ServletContainerInitializersStarter
-
-
Method Details
-
doStart
public void doStart()Call the doStart method of the ServletContainerInitializers- Overrides:
doStartin classAbstractLifeCycle- See Also:
-