文件名称:the-interceptor-code-of-struts2
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 3.91mb
- 下载次数:
- 0次
- 提 供 者:
- 小*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
java中的三大框架之一的struts 中的拦截器的开发演示源代码 可以帮助我们更加了解struts的应用。-the interceptor development demonstrates one of the struts of the three fr a meworks java source code can help us better understand the application of the struts.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
struts中拦截器的实现代码\Test\.classpath
........................\....\.mymetadata
........................\....\.project
........................\....\src\com\xaqhit\action\IndexAction.java
........................\....\...\...\......\......\LoginAction.java
........................\....\...\...\......\commons\MyInterceptor.java
........................\....\...\message_en_US.properties
........................\....\...\message_zh_CN.properties
........................\....\...\struts.xml
........................\....\WebRoot\error.jsp
........................\....\.......\index.jsp
........................\....\.......\login.jsp
........................\....\.......\META-INF\MANIFEST.MF
........................\....\.......\WEB-INF\classes\com\xaqhit\action\IndexAction.class
........................\....\.......\.......\.......\...\......\......\LoginAction.class
........................\....\.......\.......\.......\...\......\commons\MyInterceptor.class
........................\....\.......\.......\.......\message_en_US.properties
........................\....\.......\.......\.......\message_zh_CN.properties
........................\....\.......\.......\.......\struts.xml
........................\....\.......\.......\lib\commons-fileupload-1.2.1.jar
........................\....\.......\.......\...\commons-io-1.3.2.jar
........................\....\.......\.......\...\commons-logging-1.1.jar
........................\....\.......\.......\...\freemarker-2.3.13.jar
........................\....\.......\.......\...\junit-3.8.1.jar
........................\....\.......\.......\...\ognl-2.6.11.jar
........................\....\.......\.......\...\spring-test-2.5.6.jar
........................\....\.......\.......\...\struts2-core-2.1.6.jar
........................\....\.......\.......\...\xwork-2.1.2.jar
........................\....\.......\.......\web.xml
........................\....\.......\.......\classes\com\xaqhit\action
........................\....\.......\.......\.......\...\......\commons
........................\....\.......\.......\.......\...\xaqhit
........................\....\src\com\xaqhit\action
........................\....\...\...\......\commons
........................\....\WebRoot\WEB-INF\classes\com
........................\....\src\com\xaqhit
........................\....\WebRoot\WEB-INF\classes
........................\....\.......\.......\lib
........................\....\src\com
........................\....\WebRoot\META-INF
........................\....\.......\WEB-INF
........................\....\.myeclipse
........................\....\src
........................\....\WebRoot
........................\Test
struts中拦截器的实现代码