wpivotto / vraptor-templates

template engine plugin for vraptor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rotas

wpivotto opened this issue · comments

Seguir as convenções do Vraptor para rotas

@get("/clients/list")
public void clientsList() throws IOException {
result.use(template()).with("clients", clients.listAll()).render();
}

irá renderizar a template dentro de WEB-INF/templates/clients/list.vm ou list.ftl