@Resource public Response.Content.Resource resource() throws AuthenticationException { return Response.ok("application/octet-stream", new ByteArrayInputStream("hello".getBytes())); }
@View public Response.Content index() throws IOException { return Response.content(A_.resourceURL().toString()); }
@View public Response.Mime index() throws IOException { return Response.ok(A_.actionURL().toString()); }