搜索
您的当前位置:首页正文

WebListener

来源:二三娱乐

public class TestServerContextListener implements ServletContextListener {

@Override
public void contextDestroyed(ServletContextEvent sce) {
    
}

@Override
public void contextInitialized(ServletContextEvent sce) {
    
}

}


<listener>
<listener-class>com.suse.yuxin.listener.TestServerContextListener</listener-class>
</listener>


Nothing is certain in this life. The only thing i know for sure is that. I love you and my life. That is the only thing i know. have a good day

:)

Top