Commit cde81e52c32b9b5ce93d47b9820a079b03eb22c5
1 parent
8e20c265
Exists in
master
Criação da classe formularioOrgaoController
Showing
1 changed file
with
13 additions
and
0 deletions
Show diff stats
@@ -0,0 +1,13 @@ | @@ -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 formularioOrgaoController { | ||
8 | + | ||
9 | + @Path("/formularioOrgao") | ||
10 | + public void formularioOrgao(){ | ||
11 | + String teste = ""; | ||
12 | + } | ||
13 | +} |