示例#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();
 }