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 が使用されています。
ローカル環境 (ローカル ドメイン) で PDF をダウンロードできる IE8