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

Struts2中对action指定方法进行校验

Struts2中对action指定方法进行校验(比方登录验证)
src\cn\itcast\action\PersonAction.java
src\struts.xml
WebRoot\META-INF\MANIFEST.MF
WebRoot\WEB-INF\lib\commons-fileupload-1.2.1.jar
WebRoot\WEB-INF\lib\commons-io-1.3.2.jar
WebRoot\WEB-INF\lib\commons-logging-1.0.4.jar
WebRoot\WEB-INF\lib\freemarker-2.3.15.jar
WebRoot\WEB-INF\lib\jstl.jar
WebRoot\WEB-INF\lib\ognl-2.7.3.jar
WebRoot\WEB-INF\lib\standard.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\message.jsp
WebRoot\WEB-INF\web.xml
WebRoot\index.jsp
.classpath
.mymetadata
.project
.....太多文件了略.....

(In Struts2, the action specified method is verified (such as login verification)
src\cn\itcast\action\PersonAction.java
src\struts.xml
WebRoot\META-INF\MANIFEST.MF
WebRoot\WEB-INF\lib\commons-fileupload-1.2.1.jar
WebRoot\WEB-INF\lib\commons-io-1.3.2.jar
WebRoot\WEB-INF\lib\commons-logging-1.0.4.jar
WebRoot\WEB-INF\lib\freemarker-2.3.15.jar
WebRoot\WEB-INF\lib\jstl.jar
WebRoot\WEB-INF\lib\ognl-2.7.3.jar
WebRoot\WEB-INF\lib\standard.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\message.jsp
WebRoot\WEB-INF\web.xml
WebRoot\index.jsp
.classpath
.mymetadata
.project
.....too many files .....)




页: [1]
查看完整版本: Struts2中对action指定方法进行校验