public void downloadFileAction(ActionEvent event) throws IOException {
StoredFileDao fileDao = StoredFileDao.createInstance();
StoredFile storedFile = (StoredFile) this.selectedFolder.getStoredFilesModel().getRowData();
StoredFile file2download = fileDao.retrieve(storedFile.getId());
FacesContext facesContext = FacesContext.getCurrentInstance();
HttpServletResponse response = (HttpServletResponse) facesContext.getExternalContext().getResponse();
//text/plain, vnd.ms-excel, application/x-download, ...