MBean 中使用的代码:-
private StreamedContent file;
public void actionGenerate () {
String reportType= XML/PDF/XLS;
byte[] reportOut;
file = new DefaultStreamedContent(new ByteArrayInputStream(reportOut), ReportMimeType.valueOf(reportType)
.getLabel(), "abcListReport." + reportType.toLowerCase());
}
XHTML 中的代码:-
<div id="p_searchButtons">
<p:commandButton ajax="false" id="btnGenerateReport"
target="_blank" value="#{text.common_Submit}"
actionListener="#{abcListPrintMB.actionGenerate}"
widgetVar="generateReport">
<p:fileDownload value="#{abcListPrintMB.file}" />
</p:commandButton>
</div>
正在使用 primefaces 3.3。
IE8能够在本地环境(本地域)下载PDF