public class ServletContainerInitializersStarter extends AbstractLifeCycle implements ServletContextHandler.ServletContainerInitializerCaller
AbstractLifeCycle.AbstractLifeCycleListener
LifeCycle.Listener
Modifier and Type | Field and Description |
---|---|
(package private) WebAppContext |
_context |
private static Logger |
LOG |
Constructor and Description |
---|
ServletContainerInitializersStarter(WebAppContext context) |
Modifier and Type | Method and Description |
---|---|
void |
doStart()
Call the doStart method of the ServletContainerInitializers
|
addLifeCycleListener, doStop, getState, getState, getStopTimeout, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, setStopTimeout, start, stop, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addLifeCycleListener, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, start, start, stop, stop
private static final Logger LOG
WebAppContext _context
public ServletContainerInitializersStarter(WebAppContext context)
public void doStart()
doStart
in class AbstractLifeCycle
AbstractLifeCycle.doStart()