首页>代码>struts2多文件上传实例代码>/FileUpLoad/src/action/UserAction.java
package action;

import org.apache.struts2.ServletActionContext;
import entity.UserInfo;

public class UserAction {
	private UserInfo userinfo;
	private String msg;
	
	public String getMsg() {
		return msg;
	}

	public void setMsg(String msg) {
		this.msg = msg;
	}

	public UserInfo getUserinfo() {
		return userinfo;
	}

	public void setUserinfo(UserInfo userinfo) {
		this.userinfo = userinfo;
	}
		
	public String login() throws Exception{
		if("wyc".equals(this.userinfo.getUid()) && "111".equals(this.userinfo.getPwd())){
			ServletActionContext.getRequest().getSession().setAttribute("uid", this.userinfo.getUid());
			return "success";
		}
		this.msg="输入有误,请检测后输入";
		return "error";
	}
	
	public String reg() throws Exception{
		ServletActionContext.getRequest().getSession().setAttribute("uid", this.userinfo.getUid());
		return "success";
	}
}
最近下载更多
uni-code_0123  LV1 2023年11月29日
lyd19931203  LV21 2020年6月17日
lin980519  LV2 2019年6月27日
zhaker  LV3 2018年11月12日
gypgyp  LV10 2018年5月29日
wxsuperwx  LV17 2018年2月1日
liuhongqi123  LV2 2018年1月2日
SANQIAN  LV5 2017年10月23日
BestClever  LV32 2017年8月2日
李云龙910110  LV1 2017年6月1日
最近浏览更多
1358849392  LV21 4月12日
uni-code_0123  LV1 2023年11月29日
地球导演思考  LV2 2023年4月22日
13561143836  LV7 2021年11月10日
gvebebd  LV5 2020年6月9日
pt11100  LV9 2020年5月17日
张青峰  LV10 2020年4月14日
liuguojun920  LV6 2020年1月15日
liuwenlong  LV20 2019年12月24日
一页尘埃  LV7 2019年9月18日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友