Пример #1
0
 @View
 @Route("/")
 public Response.Content index() {
   return index.ok();
 }
Пример #2
0
Файл: A.java Проект: haint/juzu
 @View
 public Response.Content index() {
   return index.ok();
 }
Пример #3
0
 @View
 public Response.Content index() throws IOException {
   return index.ok();
 }