wzh123

博客园 首页 新随笔 联系 订阅 管理

2014年4月16日 #

摘要: 在Servlet API中有一个ServletContextListener接口,它能够监听ServletContext对象的生命周期,实际上就是监听Web应用的生命周期。当Servlet容器启动或终止Web应用时,会触发ServletContextEvent事件,该事件由ServletContex... 阅读全文
posted @ 2014-04-16 15:09 wzh123 阅读(212) 评论(0) 推荐(0) 编辑