예제 #1
0
 public void destroy(HttpSession session) throws Exception {
   tree.destroy(session);
   super.destroy(session);
 }