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