資源簡介
使用struts2提供的轉化器,實現Date類型的數據轉換

代碼片段和文件信息
package?com.lym.struts2.action;
import?com.lym.struts2.model.Employee;
import?com.opensymphony.xwork2.ActionSupport;
import?com.opensymphony.xwork2.ModelDriven;
public?class?EmployeeAction?extends?ActionSupport?implements?ModelDriven{
/**
?*?
?*/
private?static?final?long?serialVersionUID?=?1L;
public?String?execute(){
System.out.println(“employee:“+employee);
return?“success“;
}
private?Employee?employee;
public?Employee?getModel()?{
employee?=?new?Employee();
return?employee;
}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????586??2015-02-03?20:56??struts2-6-test-2\.classpath
?????文件???????1049??2015-02-03?20:56??struts2-6-test-2\.project
?????文件????????503??2015-02-03?20:56??struts2-6-test-2\.settings\.jsdtscope
?????文件????????364??2015-02-03?20:56??struts2-6-test-2\.settings\org.eclipse.jdt.core.prefs
?????文件????????500??2015-02-03?20:56??struts2-6-test-2\.settings\org.eclipse.wst.common.component
?????文件????????305??2015-02-03?20:56??struts2-6-test-2\.settings\org.eclipse.wst.common.project.facet.core.xm
?????文件?????????49??2015-02-03?20:56??struts2-6-test-2\.settings\org.eclipse.wst.jsdt.ui.superType.container
?????文件??????????6??2015-02-03?20:56??struts2-6-test-2\.settings\org.eclipse.wst.jsdt.ui.superType.name
?????文件???????1294??2015-02-03?21:21??struts2-6-test-2\build\classes\com\lym\struts2\action\EmployeeAction.class
?????文件???????2022??2015-02-03?21:25??struts2-6-test-2\build\classes\com\lym\struts2\converters\DateConverter.class
?????文件???????1779??2015-02-03?21:18??struts2-6-test-2\build\classes\com\lym\struts2\model\Employee.class
?????文件????????407??2015-02-03?21:04??struts2-6-test-2\build\classes\struts.xm
?????文件?????????55??2015-02-03?21:11??struts2-6-test-2\build\classes\xwork-conversion.properties
?????文件????????547??2015-02-03?21:21??struts2-6-test-2\src\com\lym\struts2\action\EmployeeAction.java
?????文件???????1464??2015-02-03?21:25??struts2-6-test-2\src\com\lym\struts2\converters\DateConverter.java
?????文件???????1050??2015-02-03?21:18??struts2-6-test-2\src\com\lym\struts2\model\Employee.java
?????文件????????407??2015-02-03?21:04??struts2-6-test-2\src\struts.xm
?????文件?????????55??2015-02-03?21:11??struts2-6-test-2\src\xwork-conversion.properties
?????文件????????629??2015-02-03?21:02??struts2-6-test-2\WebContent\index.jsp
?????文件?????????39??2015-02-03?20:56??struts2-6-test-2\WebContent\me
?????文件????????449??2015-02-03?21:19??struts2-6-test-2\WebContent\success.jsp
?????文件??????43578??2015-01-22?10:19??struts2-6-test-2\WebContent\WEB-INF\lib\asm-3.3.jar
?????文件??????38275??2015-01-22?10:19??struts2-6-test-2\WebContent\WEB-INF\lib\asm-commons-3.3.jar
?????文件??????21503??2015-01-22?10:19??struts2-6-test-2\WebContent\WEB-INF\lib\asm-tree-3.3.jar
?????文件??????69002??2015-01-22?10:19??struts2-6-test-2\WebContent\WEB-INF\lib\commons-fileupload-1.3.1.jar
?????文件?????173587??2015-01-22?10:19??struts2-6-test-2\WebContent\WEB-INF\lib\commons-io-2.2.jar
?????文件?????315805??2015-01-22?10:19??struts2-6-test-2\WebContent\WEB-INF\lib\commons-lang3-3.1.jar
?????文件??????62050??2015-01-22?10:19??struts2-6-test-2\WebContent\WEB-INF\lib\commons-logging-1.1.3.jar
?????文件?????931168??2015-01-22?10:19??struts2-6-test-2\WebContent\WEB-INF\lib\freemarker-2.3.19.jar
?????文件?????614203??2015-01-22?10:19??struts2-6-test-2\WebContent\WEB-INF\lib\javassist-3.11.0.GA.jar
............此處省略30個文件信息
- 上一篇:電力系統自動化
- 下一篇:基于有限元的光聲成像算法研究
評論
共有 條評論