Exemplo n.º 1
0
 @Get("list")
 public String smsView(Invocation invocation) {
   List<Sms> smsList = telService.findAllTels();
   invocation.addModel("smsList", smsList);
   return "smsWindow";
 }