struts构建文件上传(二)

niejunkun

niejunkun

2016-02-19 14:59

下面是个超简单的struts构建文件上传(二)教程,图老师小编精心挑选推荐,大家行行好,多给几个赞吧,小编吐血跪求~

  这是第二个类actionform,

(本文来源于图老师网站,更多请访问http://m.tulaoshi.com/bianchengyuyan/)

  

package tester.business.maitain;
import org.apache.struts.action.*;
import javax.servlet.http.*;
import org.apache.struts.upload.*;
public class MaintainForm
extends ActionForm {
/** private String p_title;
private int post_index;
private String issue_time;
private String issue;
private String p_content;
private String p_accessory;
private int p_id;
private java.util.ArrayList post_indexOpts;
*/
private Trainplan trainPlan = new Trainplan();
private org.apache.struts.upload.FormFile theFile1;
private org.apache.struts.upload.FormFile theFile2;
private org.apache.struts.upload.FormFile theFile3;
public String getP_title() {
return trainPlan.getP_title();
}
public void setP_title(String p_title) {
trainPlan.setP_title(p_title);
}
public void setTrainPlan(Trainplan trainP) {
this.trainPlan = trainP;
}
public Trainplan getTrainPlan() {
return this.trainPlan;
}
public void setTheFile1(org.apache.struts.upload.FormFile theFile1) {
this.theFile1 = theFile1;
}
public org.apache.struts.upload.FormFile getTheFile2() {
return theFile2;
}
public void setTheFile2(org.apache.struts.upload.FormFile theFile2) {
this.theFile2 = theFile2;
}
public org.apache.struts.upload.FormFile getTheFile3() {
return theFile3;
}
public void setTheFile3(org.apache.struts.upload.FormFile theFile3) {
this.theFile3 = theFile3;
}
public org.apache.struts.upload.FormFile getTheFile1() {
return theFile1;
}
public ActionErrors validate(ActionMapping actionMapping,
HttpServletRequest httpServletRequest) {
/**@todo: finish this method, this is just the skeleton.*/
return null;
}
public void reset(ActionMapping actionMapping,
HttpServletRequest httpServletRequest) {
}
}

(本文来源于图老师网站,更多请访问http://m.tulaoshi.com/bianchengyuyan/)
展开更多 50%)
分享

猜你喜欢

struts构建文件上传(二)

编程语言 网络编程
struts构建文件上传(二)

struts构建文件上传(九)

编程语言 网络编程
struts构建文件上传(九)

s8lol主宰符文怎么配

英雄联盟 网络游戏
s8lol主宰符文怎么配

struts构建文件上传(六)

编程语言 网络编程
struts构建文件上传(六)

struts构建文件上传(四)

编程语言 网络编程
struts构建文件上传(四)

lol偷钱流符文搭配推荐

英雄联盟 网络游戏
lol偷钱流符文搭配推荐

struts构建文件上传(一)

编程语言 网络编程
struts构建文件上传(一)

struts构建文件上传(八)

编程语言 网络编程
struts构建文件上传(八)

lolAD刺客新符文搭配推荐

英雄联盟
lolAD刺客新符文搭配推荐

QQ相册中圈人的功能怎么用?

QQ相册中圈人的功能怎么用?

你问我答:XML与HTML的区别

你问我答:XML与HTML的区别
下拉加载更多内容 ↓