예제 #1
0
 @WebActionHandler
 public Group daoGroupGet(@WebParam("obj_id") Long id) {
   Group group = groupDao.get(id);
   return group;
 }