com.jdon.container.startup
类 ServletContainerListener
java.lang.Object
com.jdon.container.startup.ServletContainerListener
- 所有已实现的接口:
- Serializable, EventListener, javax.servlet.ServletContextListener
public class ServletContainerListener
- extends Object
- implements javax.servlet.ServletContextListener, Serializable
Bootstrap listener to start up Jdon Framework it delegates to
ContainerSetupScript
setup web.xml
com.jdon.container.startup.ServletContainerListener
- 作者:
- banq
- 另请参见:
- 序列化表格
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
module
public static final String module
ServletContainerListener
public ServletContainerListener()
contextInitialized
public void contextInitialized(javax.servlet.ServletContextEvent event)
- 指定者:
- 接口
javax.servlet.ServletContextListener 中的 contextInitialized
contextDestroyed
public void contextDestroyed(javax.servlet.ServletContextEvent event)
- 指定者:
- 接口
javax.servlet.ServletContextListener 中的 contextDestroyed
sessionCreated
public void sessionCreated(javax.servlet.http.HttpSessionEvent event)
sessionDestroyed
public void sessionDestroyed(javax.servlet.http.HttpSessionEvent event)
Copyright © 2013. All Rights Reserved.