super();
}
protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
Collection<FuncionarioRelatorio> colecao = new FuncionarioDAOImpl().listarParaRelatorio();
InfoRelatorio<FuncionarioRelatorio> info = new InfoRelatorio<FuncionarioRelatorio>(request, response,this.getServletContext(), colecao, CAMINHO_RELATORIO_FUNCIONARIO, null);
try {
SistelecomRelatorio.gerarRelatorio(info);