27282930313233
public void setResult(String result){ this.result = result; } @RequestMapping(value="/greeting", method=RequestMethod.GET) public ModelAndView greeting() { return new ModelAndView("greeting", "command", new Message()); }