예제 #1
0
파일: A.java 프로젝트: phamtuanchip/juzu
 @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();
 }