soufan

            BlogJava :: 首頁 :: 新隨筆 :: 聯系 :: 聚合  :: 管理 ::
            22 隨筆 :: 0 文章 :: 0 評論 :: 0 Trackbacks
          下面是一個使用action listener 的一個例子.
          添加下面的代碼到backing bean的action listener中:
          public?void?viewPdf(ActionEvent?event)?{
          ?String?filename?=?"filename.pdf";

          ?//?use?your?own?method?that?reads?file?to?the?byte?array
          ?byte[]?pdf?=?getTheContentOfTheFile(filename);?

          ?FacesContext?faces?=?FacesContext.getCurrentInstance();
          ?HttpServletResponse?response?=?(HttpServletResponse)?faces.getExternalContext().getResponse();
          ?response.setContentType("application/pdf");
          ?response.setContentLength(pdf.length);
          ?response.setHeader(?"Content-disposition",?"inline;?filename=\""+fileName+"\"");
          ?try?{
          ??ServletOutputStream?out;
          ??out?=?response.getOutputStream();
          ??out.write(pdf);
          ?}?catch?(IOException?e)?{
          ??e.printStackTrace();
          ?}
          ?faces.responseComplete();
          }
          posted on 2006-12-19 16:20 soufan 閱讀(495) 評論(0)  編輯  收藏

          只有注冊用戶登錄后才能發表評論。


          網站導航:
           
          主站蜘蛛池模板: 广饶县| 云安县| 股票| 龙口市| 敖汉旗| 泸州市| 游戏| 密山市| 莱州市| 城固县| 渭南市| 武安市| 白城市| 仁寿县| 阿瓦提县| 交城县| 高阳县| 波密县| 湘潭县| 淮北市| 门源| 和平县| 兴和县| 曲靖市| 奉新县| 石景山区| 剑河县| 江源县| 马山县| 连山| 奉新县| 龙州县| 新宾| 平湖市| 南川市| 柞水县| 疏附县| 文化| 晋城| 凤阳县| 江西省|