下载代码

鉴于ADF中结合CommonWork的框架时,使用的下载方式不同而结果不一样,需要统一代码:

    /**
     * 附件下载
     * @param facesContext
     * @param outputStream
     * @throws SQLException
     * @throws FileNotFoundException
     * @throws IOException
     */
    public void downLoadListener(FacesContext facesContext, OutputStream outputStream) throws SQLException,
                                                                                              FileNotFoundException,
                                                                                              IOException {
        try {
            XtglFjViewImpl vo = (XtglFjViewImpl) ADFUtils.findIterator("XtglFjView2Iterator").getViewObject();
            Row row = vo.getCurrentRow();
            if (row != null) {
                String fjzj = (String) row.getAttribute("Fjzj"); //附件主键(fjzj 为附件主键)
                fjmc = (String) row.getAttribute("Fjmc");
                //AnnexOperationFile.downloadAnexx(outputStream, fjzj, AnnexOperationFile.TODATA, vo);
                //fileUploadUtils.downloadFile(facesContext, outputStream, "JYGL_SYDQR");
                AffixManage ao = new AffixManage(fjmc);
                ao.downloadAnexx(outputStream, null, null, fjzj, AffixManage.TODATA);
            }
        } catch (Exception e) {
            log.severe(e);
            e.printStackTrace();
        }
    }

 jsff页面:

 <af:button text="下载" id="kjcgXz" icon="/images/functionicons/download.png"
    disabled="#{bindings.XtglFjView2.estimatedRowCount==0}">
       <af:fileDownloadActionListener method="#{GrSybBean.downLoadListener}"/>
</af:button>

 

 

--摘自就业管理,生源地管理

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值