ServletContextListener

来源:互联网 发布:java filter 原理 编辑:程序博客网 时间:2024/05/29 16:41

 

public interface ServletContextListener
extends java.util.EventListener

Implementations of this interface receive notifications about changes to the servlet context of the web application they are part of. To receive notification events, the implementation class must be configured in the deployment descriptor for the web application.

 

 

Since:
原创粉丝点击