コード例 #1
0
 /** Destruction of the servlet. <br> */
 public void destroy() {
   super.destroy(); // Just puts "destroy" string in log
   // Put your code here
 }
コード例 #2
0
ファイル: SysServlet.java プロジェクト: newlethe/myProject
 public void destroy() {
   super.destroy();
 }