• 大小: 3.9MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-11-15
  • 语言: 其他
  • 标签: struts2  

资源简介

使用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.xml

     文件         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.xml

     文件         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.xml

     文件         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\meta-INF\MANIFEST.MF

     文件        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个文件信息

评论

共有 条评论