Esempio n. 1
0
 @View
 @Route("/")
 public Response.Content index() {
   return index.ok();
 }
Esempio n. 2
0
File: A.java Progetto: haint/juzu
 @View
 public Response.Content index() {
   return index.ok();
 }
Esempio n. 3
0
 @View
 public Response.Content index() throws IOException {
   return index.ok();
 }