这是一篇测试随笔

这是一篇测试随笔。

 1 package org.thejie.UserManagement;
 2 
 3 import java.io.IOException;
 4 
 5 public class Controller extends HttpServlet {
 6     private static final long serialVersionUID = 1L;
 7 
 8     public Controller() {
 9         super();
10     }
11 
12     public void doPost(final HttpServletRequest request, final HttpServletResponse response) throws ServletException, IOException {
13     }
14 
15     public void init() throws ServletException {
16         beanSearch = new BeanSearch();
17     }
18 }
posted @ 2012-08-09 23:02  殷小墨  阅读(90)  评论(0)    收藏  举报