Esempio n. 1
0
 @Override
 public void contextDestroyed(ServletContextEvent sce) {
   lifecycle.destroy(sce.getServletContext());
   super.contextDestroyed(sce);
 }