コード例 #1
0
 /** Clears redundant data in the database. */
 @POST
 @Path("clear")
 public String clear() {
   viewDao.clear();
   return "Success";
 }