Commit eef25115b3d6d4ea7dfe6005962ef9ff2a2bb4d6

Authored by fabricio
1 parent a547e3ff
Exists in master

nova classe em java para chamar campo de impressão

Showing 1 changed file with 12 additions and 0 deletions   Show diff stats
src/br/com/controller/relatorioController.java 0 → 100644
... ... @@ -0,0 +1,12 @@
  1 +package br.com.controller;
  2 +
  3 +import br.com.caelum.vraptor.Path;
  4 +import br.com.caelum.vraptor.Resource;
  5 +
  6 +@Resource
  7 +public class relatorioController {
  8 + @Path("/relatorio-site")
  9 + public void relatorio(){
  10 +
  11 + }
  12 +}
... ...