Ejemplo n.º 1
0
 @RequestMapping(value = "/refstyle", method = RequestMethod.GET)
 public ModelAndView getStyle() {
   List<RefStyle> style = scotchService.getStyle();
   ModelAndView mav = new ModelAndView("style", RefStyle.class.getName(), style);
   return mav;
 }