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 继承的嵌套类/接口
AbstractLifeCycle.AbstractLifeCycleListener
 
从接口 org.eclipse.jetty.util.component.LifeCycle 继承的嵌套类/接口
LifeCycle.Listener
 
字段摘要
protected  WebAppContext _context
           
 
从类 org.eclipse.jetty.util.component.AbstractLifeCycle 继承的字段
_listeners, FAILED, RUNNING, STARTED, STARTING, STOPPED, STOPPING
 
构造方法摘要
ServletContainerInitializerListener()
           
 
方法摘要
 void doStart()
          Call the doStart method of the ServletContainerInitializers
 void doStop()
          Nothing to do for ServletContainerInitializers on stop
 void setWebAppContext(WebAppContext context)
           
 
从类 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.