52ky 发表于 2022-9-26 17:04:10

Struts2中动态调用和使用通配符定义action

在struts2中动态调用和使用通配符定义action
src\cn\itcast\action\HelloWorldAction.java
src\struts.xml
WebRoot\META-INF\MANIFEST.MF
WebRoot\WEB-INF\lib\commons-fileupload-1.2.1.jar
WebRoot\WEB-INF\lib\commons-logging-1.0.4.jar
WebRoot\WEB-INF\lib\freemarker-2.3.15.jar
WebRoot\WEB-INF\lib\ognl-2.7.3.jar
WebRoot\WEB-INF\lib\struts2-core-2.1.8.jar
WebRoot\WEB-INF\lib\xwork-core-2.1.6.jar
WebRoot\WEB-INF\page\hello.jsp
WebRoot\WEB-INF\page\message.jsp
WebRoot\WEB-INF\web.xml
WebRoot\employeeAdd.jsp
WebRoot\index.jsp
.classpath
.mymetadata
.project
.....太多文件了略.....

(Dynamically call and use wildcards to define actions in struts2
src\cn\itcast\action\HelloWorldAction.java
src\struts.xml
WebRoot\META-INF\MANIFEST.MF
WebRoot\WEB-INF\lib\commons-fileupload-1.2.1.jar
WebRoot\WEB-INF\lib\commons-logging-1.0.4.jar
WebRoot\WEB-INF\lib\freemarker-2.3.15.jar
WebRoot\WEB-INF\lib\ognl-2.7.3.jar
WebRoot\WEB-INF\lib\struts2-core-2.1.8.jar
WebRoot\WEB-INF\lib\xwork-core-2.1.6.jar
WebRoot\WEB-INF\page\hello.jsp
WebRoot\WEB-INF\page\message.jsp
WebRoot\WEB-INF\web.xml
WebRoot\employeeAdd.jsp
WebRoot\index.jsp
.classpath
.mymetadata
.project
.....too many files .....)




页: [1]
查看完整版本: Struts2中动态调用和使用通配符定义action