public class ServletContainerInitializerListener
extends org.eclipse.jetty.util.component.AbstractLifeCycle
| Modifier and Type | Field and Description |
|---|---|
protected WebAppContext |
_context |
| 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) |
protected WebAppContext _context
public void setWebAppContext(WebAppContext context)
public void doStart()
doStart in class org.eclipse.jetty.util.component.AbstractLifeCycleAbstractLifeCycle.doStart()public void doStop()
doStop in class org.eclipse.jetty.util.component.AbstractLifeCycleAbstractLifeCycle.doStop()Copyright © 1995-2016 Mort Bay Consulting. All Rights Reserved.