我该如何下载cmisfile

时间:2014-10-01 09:29:04

标签: liferay alfresco cmis

我从特定链接下载pdf文件时遇到问题。 例如,我有一个像http://<host>:<port>/alfresco/service/content.pdf这样的网址 在Liferay中我想从此链接下载文件。

我试过了:

resourceResponse.setContentType("application/pdf");
resourceResponse.addProperty(HttpHeaders.CACHE_CONTROL, "max-age=3600, must-revalidate");
resourceResponse.addProperty(HttpHeaders.CONTENT_DISPOSITION,"filename=" + url); 
OutputStream out = resourceResponse.getPortletOutputStream();

0 个答案:

没有答案