/*
* Generated by MyEclipse Struts
* Template path: templates/java/JavaClass.vtl
*/
package edu.lovo.struts.form;
import javax.servlet.http.HttpServletRequest;
import org.apache.struts.action.ActionErrors;
import org.apache.struts.action.ActionForm;
import org.apache.struts.action.ActionMapping;
/**
* MyEclipse Struts
* Creation date: 08-27-2012
*
* XDoclet definition:
* @struts.form name="languageForm"
*/
public class LanguageForm extends ActionForm {
/*
* Generated fields
*/
/** language property */
private String language;
/*
* Generated Methods
*/
/**
* Method validate
* @param mapping
* @param request
* @return ActionErrors
*/
public ActionErrors validate(ActionMapping mapping,
HttpServletRequest request) {
// TODO Auto-generated method stub
return null;
}
/**
* Method reset
* @param mapping
* @param request
*/
public void reset(ActionMapping mapping, HttpServletRequest request) {
// TODO Auto-generated method stub
}
/**
* Returns the language.
* @return String
*/
public String getLanguage() {
return language;
}
/**
* Set the language.
* @param language The language to set
*/
public void setLanguage(String language) {
this.language = language;
}
}
最近下载更多
胖胖来了 LV4
2019年7月31日
xiaoxiaoqing LV5
2018年3月6日
fanrangmei520 LV2
2018年1月8日
一笑奈何111 LV11
2017年10月26日
zhangyuanyuan LV1
2016年12月14日
hsdt LV2
2015年5月22日
janiter LV15
2014年10月2日
AXIN LV36
2014年1月5日
sjhp2 LV1
2013年6月1日
最近浏览更多
微信网友_6040315240812544 LV8
2022年11月15日
1666437230
2022年11月14日
暂无贡献等级
2317696509 LV6
2022年10月17日
8战魂5无双8 LV43
2021年1月5日
15947813008 LV5
2020年12月28日
那一年你在哪 LV13
2020年12月26日
yewentao LV5
2020年12月9日
foatei
2020年12月2日
暂无贡献等级
gay爆game LV2
2020年6月19日
kffffff LV2
2020年6月10日

