主頁(yè) > 知識(shí)庫(kù) > JSP開(kāi)發(fā)之Struts2實(shí)現(xiàn)下載功能的實(shí)例

JSP開(kāi)發(fā)之Struts2實(shí)現(xiàn)下載功能的實(shí)例

熱門(mén)標(biāo)簽:電銷機(jī)器人免培訓(xùn) 外呼系統(tǒng)使用方法 南通通訊外呼系統(tǒng)產(chǎn)品介紹 電話機(jī)器人需要使用網(wǎng)絡(luò)嗎 如何看懂地圖標(biāo)注點(diǎn) 海外圖書(shū)館地圖標(biāo)注點(diǎn) 給地圖標(biāo)注得傭金 自繪地圖標(biāo)注數(shù)據(jù) 潤(rùn)滑油銷售電銷機(jī)器人

JSP開(kāi)發(fā)之Struts2實(shí)現(xiàn)下載功能的實(shí)例

1、Action 類

package com.favccxx.strutsdemo; 
 
import java.io.File; 
import java.io.FileInputStream; 
import java.io.InputStream; 
 
import com.opensymphony.xwork2.ActionSupport; 
 
public class DownloadAction extends ActionSupport { 
 
   
  private static final long serialVersionUID = -7758584364932001138L; 
   
  private InputStream inputStream; 
 
  @Override 
  public String execute() throws Exception { 
     inputStream = new FileInputStream(new File("D:\\芒果豆.jpg")); 
     return SUCCESS; 
  } 
 
  public InputStream getInputStream() { 
    return inputStream; 
  } 
 
  public void setInputStream(InputStream inputStream) { 
    this.inputStream = inputStream; 
  } 
   
   
 
} 

2、struts.xml

?xml version="1.0" encoding="UTF-8" ?> 
!DOCTYPE struts PUBLIC 
  "-//Apache Software Foundation//DTD Struts Configuration 2.3//EN" 
  "http://struts.apache.org/dtds/struts-2.3.dtd"> 
 
struts> 
 
  constant name="struts.enable.DynamicMethodInvocation" value="false" /> 
  constant name="struts.devMode" value="true" /> 
 
  package name="default" namespace="/" extends="struts-default"> 
 
    default-action-ref name="index" /> 
 
    global-results> 
      result name="error">/error.jsp/result> 
    /global-results> 
 
    global-exception-mappings> 
      exception-mapping exception="java.lang.Exception" result="error"/> 
    /global-exception-mappings> 
 
    action name="index"> 
      result type="redirectAction"> 
        param name="actionName">HelloWorld/param> 
        param name="namespace">/example/param> 
      /result> 
    /action> 
     
    action name="download" class="com.favccxx.strutsdemo.DownloadAction"> 
      result name="success" type="stream"> 
        param name="contentType">application/octet-stream/param> 
        param name="inputName">inputStream/param> 
        param name="contentDisposition">attachment;filename="mongo.jpg"/param> 
        param name="bufferSize">1024/param> 
      /result> 
    /action> 
  /package> 
 
/struts> 

3、web.xml

?xml version="1.0" encoding="UTF-8"?> 
web-app id="WebApp_9" version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee" 
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"> 
 
  display-name>Struts Blank/display-name> 
 
  filter> 
    filter-name>struts2/filter-name> 
    filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter/filter-class> 
  /filter> 
 
  filter-mapping> 
    filter-name>struts2/filter-name> 
    url-pattern>/*/url-pattern> 
  /filter-mapping> 
 
  welcome-file-list> 
    welcome-file>index.html/welcome-file> 
  /welcome-file-list> 
 
/web-app> 

4、JSP

a href="/download" rel="external nofollow" >無(wú)注解下載/a> 

以上就是JSP實(shí)現(xiàn)下載功能的實(shí)例代碼,如有疑問(wèn)請(qǐng)留言或者到本站社區(qū)交流討論,感謝閱讀,希望能幫助到大家,謝謝大家對(duì)本站的支持!

您可能感興趣的文章:
  • struts2實(shí)現(xiàn)簡(jiǎn)單文件下載功能
  • struts2實(shí)現(xiàn)文件下載功能
  • java中Struts2 的文件上傳和下載示例
  • Struts2實(shí)現(xiàn)文件下載功能代碼分享(文件名中文轉(zhuǎn)碼)
  • java中struts2實(shí)現(xiàn)簡(jiǎn)單的文件上傳與下載
  • java中struts2實(shí)現(xiàn)文件上傳下載功能
  • JavaWeb中struts2實(shí)現(xiàn)文件上傳下載功能實(shí)例解析
  • JavaEE中struts2實(shí)現(xiàn)文件上傳下載功能實(shí)例解析
  • java中struts2實(shí)現(xiàn)文件上傳下載功能實(shí)例解析
  • struts2實(shí)現(xiàn)文件下載功能

標(biāo)簽:內(nèi)江 貸款邀約 大連 樂(lè)山 廣州 銅川 黃石 南京

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《JSP開(kāi)發(fā)之Struts2實(shí)現(xiàn)下載功能的實(shí)例》,本文關(guān)鍵詞  JSP,開(kāi),發(fā)之,Struts2,實(shí)現(xiàn),;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問(wèn)題,煩請(qǐng)?zhí)峁┫嚓P(guān)信息告之我們,我們將及時(shí)溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無(wú)關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《JSP開(kāi)發(fā)之Struts2實(shí)現(xiàn)下載功能的實(shí)例》相關(guān)的同類信息!
  • 本頁(yè)收集關(guān)于JSP開(kāi)發(fā)之Struts2實(shí)現(xiàn)下載功能的實(shí)例的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章