org.eclipse.jetty.annotations
类 ServletContainerInitializerListener
java.lang.Object
org.eclipse.jetty.util.component.AbstractLifeCycle
org.eclipse.jetty.annotations.ServletContainerInitializerListener
- 所有已实现的接口:
- LifeCycle
public class ServletContainerInitializerListener
- extends AbstractLifeCycle
ServletContainerInitializerListener
| 从类 org.eclipse.jetty.util.component.AbstractLifeCycle 继承的方法 |
addLifeCycleListener, getState, getState, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, start, stop |
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_context
protected WebAppContext _context
ServletContainerInitializerListener
public ServletContainerInitializerListener()
setWebAppContext
public void setWebAppContext(WebAppContext context)
doStart
public void doStart()
- Call the doStart method of the ServletContainerInitializers
- 覆盖:
- 类
AbstractLifeCycle 中的 doStart
- 另请参见:
AbstractLifeCycle.doStart()
doStop
public void doStop()
- Nothing to do for ServletContainerInitializers on stop
- 覆盖:
- 类
AbstractLifeCycle 中的 doStop
- 另请参见:
AbstractLifeCycle.doStop()
Copyright © 2013. All Rights Reserved.