public class ServletContainerInitializerListener extends AbstractLifeCycle
AbstractLifeCycle.AbstractLifeCycleListenerLifeCycle.Listener| Modifier and Type | Field and Description |
|---|---|
protected WebAppContext |
_context |
_listeners, FAILED, RUNNING, STARTED, STARTING, STOPPED, STOPPING| Constructor and Description |
|---|
ServletContainerInitializerListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
doStart()
Call the doStart method of the ServletContainerInitializers
|
void |
doStop()
Nothing to do for ServletContainerInitializers on stop
|
void |
setWebAppContext(WebAppContext context) |
addLifeCycleListener, getState, getState, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, start, stopprotected WebAppContext _context
public void setWebAppContext(WebAppContext context)
public void doStart()
doStart in class AbstractLifeCycleAbstractLifeCycle.doStart()public void doStop()
doStop in class AbstractLifeCycleAbstractLifeCycle.doStop()Copyright © 1995-2015 Mort Bay Consulting. All Rights Reserved.