logger.info("PRINT");
}
public void downloadPdf() {
PDFUtil pdf = new PDFUtil(getMatches(), new String(jsfUtil
.getLoggedInUser().getFirstName()
+ " "
+ jsfUtil.getLoggedInUser().getLastName()));
InputStream pdfFile = pdf.execute();
setPdfFile(new DefaultStreamedContent(pdfFile,
"application/pdf", "driveTogether.pdf"));
// DefaultStreamedContent file = new DefaultStreamedContent(pdfFile,
// "application/pdf", "driveTogether.pdf");