Commit f7d4683cb452fbd3d2bb6bf061a30ebb1e15d13e

Authored by fabricio
1 parent 0704c536
Exists in master

nova classe criada para chamar a pagina de Instruçoes de Preenchimento

Showing 1 changed file with 13 additions and 0 deletions   Show diff stats
src/br/com/controller/instrucaoController.java 0 → 100644
... ... @@ -0,0 +1,13 @@
  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 instrucaoController {
  8 + @Path("/instrucao-site")
  9 + public void instrucao(){
  10 +
  11 + }
  12 +}
  13 +
... ...