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