WebListener

2017-01-08  本文已影响14人  大批

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

:)

上一篇 下一篇

猜你喜欢

热点阅读