Exemplo n.º 1
0
Arquivo: A.java Projeto: kmenzli/juzu
 @Resource
 public Response.Content.Resource resource() throws AuthenticationException {
   return Response.ok("application/octet-stream", new ByteArrayInputStream("hello".getBytes()));
 }
Exemplo n.º 2
0
Arquivo: A.java Projeto: edpzjh/juzu
 @View
 public Response.Mime index() throws IOException {
   return Response.ok(A_.actionURL().toString());
 }