文件名称:struts2_sample
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:3.22mb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
Struts2 框架例子
Struts2提供了强有力的表现层类型转换机制,无需程序员过多干预即可自动完成大部分常用类型的转换。
Struts2已经内置了字符串类型和如下类型之间类型转换器:
- boolean, char, int, long, float, double
以及他们的包装类。
- Date:表单内填入的日期格式需使用用户请求
所在Locale的SHORT格式。
- 数组:默认数组元素是字符串,若为其它类型,
要求此类型一定要可转换。
- 集合:List, Map等,默认元素也是字符串。-Struts2
Struts2提供了强有力的表现层类型转换机制,无需程序员过多干预即可自动完成大部分常用类型的转换。
Struts2已经内置了字符串类型和如下类型之间类型转换器:
- boolean, char, int, long, float, double
以及他们的包装类。
- Date:表单内填入的日期格式需使用用户请求
所在Locale的SHORT格式。
- 数组:默认数组元素是字符串,若为其它类型,
要求此类型一定要可转换。
- 集合:List, Map等,默认元素也是字符串。-Struts2
(系统自动生成,下载前可以参看下载内容)
下载文件列表
struts2_sample/.classpath
struts2_sample/.project
struts2_sample/.settings/.jsdtscope
struts2_sample/.settings/org.eclipse.core.resources.prefs
struts2_sample/.settings/org.eclipse.jdt.core.prefs
struts2_sample/.settings/org.eclipse.wst.common.component
struts2_sample/.settings/org.eclipse.wst.common.project.facet.core.xml
struts2_sample/.settings/org.eclipse.wst.jsdt.ui.superType.container
struts2_sample/.settings/org.eclipse.wst.jsdt.ui.superType.name
struts2_sample/.settings
struts2_sample/src/com/hncst/accessServletAPI/action/LoginAction.java
struts2_sample/src/com/hncst/accessServletAPI/action/LoginAction2.java
struts2_sample/src/com/hncst/accessServletAPI/action
struts2_sample/src/com/hncst/accessServletAPI
struts2_sample/src/com/hncst/action/LoginAction.java
struts2_sample/src/com/hncst/action/RegisterAction4_1.java
struts2_sample/src/com/hncst/action/RegisterAction4_1.properties
struts2_sample/src/com/hncst/action/TelConverter.java
struts2_sample/src/com/hncst/action/TelephoneAction4_2-conversion.properties
struts2_sample/src/com/hncst/action/TelephoneAction4_2.java
struts2_sample/src/com/hncst/action
struts2_sample/src/com/hncst/DMI/action/LoginModel.java
struts2_sample/src/com/hncst/DMI/action/LoginRegistAction.java
struts2_sample/src/com/hncst/DMI/action
struts2_sample/src/com/hncst/DMI
struts2_sample/src/com/hncst/POJO/Tel.java
struts2_sample/src/com/hncst/POJO/User.java
struts2_sample/src/com/hncst/POJO
struts2_sample/src/com/hncst
struts2_sample/src/com
struts2_sample/src/fieldError.properties
struts2_sample/src/struts.xml
struts2_sample/src
struts2_sample/WebContent/DynamicMethodInvocation/error.jsp
struts2_sample/WebContent/DynamicMethodInvocation/loginregist.jsp
struts2_sample/WebContent/DynamicMethodInvocation/welcome.jsp
struts2_sample/WebContent/DynamicMethodInvocation
struts2_sample/WebContent/ex4_1/input.jsp
struts2_sample/WebContent/ex4_1/register.jsp
struts2_sample/WebContent/ex4_1/welcome.jsp
struts2_sample/WebContent/ex4_1
struts2_sample/WebContent/ex4_2/input.jsp
struts2_sample/WebContent/ex4_2/welcome.jsp
struts2_sample/WebContent/ex4_2
struts2_sample/WebContent/login/error.jsp
struts2_sample/WebContent/login/login.jsp
struts2_sample/WebContent/login/welcome.jsp
struts2_sample/WebContent/login
struts2_sample/WebContent/login2/error.jsp
struts2_sample/WebContent/login2/login.jsp
struts2_sample/WebContent/login2/welcome.jsp
struts2_sample/WebContent/login2
struts2_sample/WebContent/META-INF/MANIFEST.MF
struts2_sample/WebContent/META-INF
struts2_sample/WebContent/modeldriver/error.jsp
struts2_sample/WebContent/modeldriver/login.jsp
struts2_sample/WebContent/modeldriver/welcome.jsp
struts2_sample/WebContent/modeldriver
struts2_sample/WebContent/WEB-INF/classes/com/hncst/accessServletAPI/action/LoginAction.class
struts2_sample/WebContent/WEB-INF/classes/com/hncst/accessServletAPI/action/LoginAction2.class
struts2_sample/WebContent/WEB-INF/classes/com/hncst/accessServletAPI/action
struts2_sample/WebContent/WEB-INF/classes/com/hncst/accessServletAPI
struts2_sample/WebContent/WEB-INF/classes/com/hncst/action/LoginAction.class
struts2_sample/WebContent/WEB-INF/classes/com/hncst/action/RegisterAction4_1.class
struts2_sample/WebContent/WEB-INF/classes/com/hncst/action/RegisterAction4_1.properties
struts2_sample/WebContent/WEB-INF/classes/com/hncst/action/TelConverter.class
struts2_sample/WebContent/WEB-INF/classes/com/hncst/action/TelephoneAction4_2-conversion.properties
struts2_sample/WebContent/WEB-INF/classes/com/hncst/action/TelephoneAction4_2.class
struts2_sample/WebContent/WEB-INF/classes/com/hncst/action
struts2_sample/WebContent/WEB-INF/classes/com/hncst/DMI/action/LoginModel.class
struts2_sample/WebContent/WEB-INF/classes/com/hncst/DMI/action/LoginRegistAction.class
struts2_sample/WebContent/WEB-INF/classes/com/hncst/DMI/action
struts2_sample/WebContent/WEB-INF/classes/com/hncst/DMI
struts2_sample/WebContent/WEB-INF/classes/com/hncst/POJO/Tel.class
struts2_sample/WebContent/WEB-INF/classes/com/hncst/POJO/User.class
struts2_sample/WebContent/WEB-INF/classes/com/hncst/POJO
struts2_sample/WebContent/WEB-INF/classes/com/hncst
struts2_sample/WebContent/WEB-INF/classes/com
struts2_sample/WebContent/WEB-INF/classes/fieldError.properties
struts2_sample/WebContent/WEB-INF/classes/struts.xml
struts2_sample/WebContent/WEB-INF/classes
struts2_sample/WebContent/WEB-INF/lib/commons-fileupload-1.2.2.jar
struts2_sample/WebContent/WEB-INF/lib/commons-io-2.0.1.jar
struts2_sample/WebContent/WEB-INF/lib/commons-lang-2.5.jar
struts2_sample/WebContent/WEB-INF/lib/commons-logging-1.1.1.jar
struts2_sample/WebContent/WEB-INF/lib/freemarker-2.3.18.jar
struts2_sample/WebContent/WEB-INF/lib/javassist-3.11.0.GA.jar
struts2_sample/WebContent/WEB-INF/lib/ognl-3.0.4.jar
struts2_sample/WebContent/WEB-INF/lib/struts2-core-2.3.1.2.jar
struts2_sample/WebContent/WEB-INF/lib/xwork-core-2.3.1.2.jar
struts2_sample/WebContent/WEB-INF/lib
struts2_sample/WebContent/WEB-INF/web.xml
struts2_sample/WebContent/WEB-INF
struts2_sample/WebContent
struts2_sample
struts2_sample/.project
struts2_sample/.settings/.jsdtscope
struts2_sample/.settings/org.eclipse.core.resources.prefs
struts2_sample/.settings/org.eclipse.jdt.core.prefs
struts2_sample/.settings/org.eclipse.wst.common.component
struts2_sample/.settings/org.eclipse.wst.common.project.facet.core.xml
struts2_sample/.settings/org.eclipse.wst.jsdt.ui.superType.container
struts2_sample/.settings/org.eclipse.wst.jsdt.ui.superType.name
struts2_sample/.settings
struts2_sample/src/com/hncst/accessServletAPI/action/LoginAction.java
struts2_sample/src/com/hncst/accessServletAPI/action/LoginAction2.java
struts2_sample/src/com/hncst/accessServletAPI/action
struts2_sample/src/com/hncst/accessServletAPI
struts2_sample/src/com/hncst/action/LoginAction.java
struts2_sample/src/com/hncst/action/RegisterAction4_1.java
struts2_sample/src/com/hncst/action/RegisterAction4_1.properties
struts2_sample/src/com/hncst/action/TelConverter.java
struts2_sample/src/com/hncst/action/TelephoneAction4_2-conversion.properties
struts2_sample/src/com/hncst/action/TelephoneAction4_2.java
struts2_sample/src/com/hncst/action
struts2_sample/src/com/hncst/DMI/action/LoginModel.java
struts2_sample/src/com/hncst/DMI/action/LoginRegistAction.java
struts2_sample/src/com/hncst/DMI/action
struts2_sample/src/com/hncst/DMI
struts2_sample/src/com/hncst/POJO/Tel.java
struts2_sample/src/com/hncst/POJO/User.java
struts2_sample/src/com/hncst/POJO
struts2_sample/src/com/hncst
struts2_sample/src/com
struts2_sample/src/fieldError.properties
struts2_sample/src/struts.xml
struts2_sample/src
struts2_sample/WebContent/DynamicMethodInvocation/error.jsp
struts2_sample/WebContent/DynamicMethodInvocation/loginregist.jsp
struts2_sample/WebContent/DynamicMethodInvocation/welcome.jsp
struts2_sample/WebContent/DynamicMethodInvocation
struts2_sample/WebContent/ex4_1/input.jsp
struts2_sample/WebContent/ex4_1/register.jsp
struts2_sample/WebContent/ex4_1/welcome.jsp
struts2_sample/WebContent/ex4_1
struts2_sample/WebContent/ex4_2/input.jsp
struts2_sample/WebContent/ex4_2/welcome.jsp
struts2_sample/WebContent/ex4_2
struts2_sample/WebContent/login/error.jsp
struts2_sample/WebContent/login/login.jsp
struts2_sample/WebContent/login/welcome.jsp
struts2_sample/WebContent/login
struts2_sample/WebContent/login2/error.jsp
struts2_sample/WebContent/login2/login.jsp
struts2_sample/WebContent/login2/welcome.jsp
struts2_sample/WebContent/login2
struts2_sample/WebContent/META-INF/MANIFEST.MF
struts2_sample/WebContent/META-INF
struts2_sample/WebContent/modeldriver/error.jsp
struts2_sample/WebContent/modeldriver/login.jsp
struts2_sample/WebContent/modeldriver/welcome.jsp
struts2_sample/WebContent/modeldriver
struts2_sample/WebContent/WEB-INF/classes/com/hncst/accessServletAPI/action/LoginAction.class
struts2_sample/WebContent/WEB-INF/classes/com/hncst/accessServletAPI/action/LoginAction2.class
struts2_sample/WebContent/WEB-INF/classes/com/hncst/accessServletAPI/action
struts2_sample/WebContent/WEB-INF/classes/com/hncst/accessServletAPI
struts2_sample/WebContent/WEB-INF/classes/com/hncst/action/LoginAction.class
struts2_sample/WebContent/WEB-INF/classes/com/hncst/action/RegisterAction4_1.class
struts2_sample/WebContent/WEB-INF/classes/com/hncst/action/RegisterAction4_1.properties
struts2_sample/WebContent/WEB-INF/classes/com/hncst/action/TelConverter.class
struts2_sample/WebContent/WEB-INF/classes/com/hncst/action/TelephoneAction4_2-conversion.properties
struts2_sample/WebContent/WEB-INF/classes/com/hncst/action/TelephoneAction4_2.class
struts2_sample/WebContent/WEB-INF/classes/com/hncst/action
struts2_sample/WebContent/WEB-INF/classes/com/hncst/DMI/action/LoginModel.class
struts2_sample/WebContent/WEB-INF/classes/com/hncst/DMI/action/LoginRegistAction.class
struts2_sample/WebContent/WEB-INF/classes/com/hncst/DMI/action
struts2_sample/WebContent/WEB-INF/classes/com/hncst/DMI
struts2_sample/WebContent/WEB-INF/classes/com/hncst/POJO/Tel.class
struts2_sample/WebContent/WEB-INF/classes/com/hncst/POJO/User.class
struts2_sample/WebContent/WEB-INF/classes/com/hncst/POJO
struts2_sample/WebContent/WEB-INF/classes/com/hncst
struts2_sample/WebContent/WEB-INF/classes/com
struts2_sample/WebContent/WEB-INF/classes/fieldError.properties
struts2_sample/WebContent/WEB-INF/classes/struts.xml
struts2_sample/WebContent/WEB-INF/classes
struts2_sample/WebContent/WEB-INF/lib/commons-fileupload-1.2.2.jar
struts2_sample/WebContent/WEB-INF/lib/commons-io-2.0.1.jar
struts2_sample/WebContent/WEB-INF/lib/commons-lang-2.5.jar
struts2_sample/WebContent/WEB-INF/lib/commons-logging-1.1.1.jar
struts2_sample/WebContent/WEB-INF/lib/freemarker-2.3.18.jar
struts2_sample/WebContent/WEB-INF/lib/javassist-3.11.0.GA.jar
struts2_sample/WebContent/WEB-INF/lib/ognl-3.0.4.jar
struts2_sample/WebContent/WEB-INF/lib/struts2-core-2.3.1.2.jar
struts2_sample/WebContent/WEB-INF/lib/xwork-core-2.3.1.2.jar
struts2_sample/WebContent/WEB-INF/lib
struts2_sample/WebContent/WEB-INF/web.xml
struts2_sample/WebContent/WEB-INF
struts2_sample/WebContent
struts2_sample
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.