Exemple #1
0
 @View
 @Route("/")
 public Response.Content index() {
   return index.ok();
 }
Exemple #2
0
 @View
 public Response.Content index() {
   return index.ok();
 }
 @View
 public Response.Content index() throws IOException {
   return index.ok();
 }