-
处理结果类型查看全部
-
接受参数的三种方式查看全部
-
接受参数的三种方式查看全部
-
动态方法调用方式查看全部
-
action的搜索顺序查看全部
-
action的搜索顺序查看全部
-
Struts2的工作原理及文件结构查看全部
-
Struts2的后缀, 设置url中action后缀:struts.xml中配置 <constant name="strust.action.extension" value="html"></constant> 还可以在struts.properties和web.xml中进行配置。查看全部
-
动态方法调用中的通配符方式(推荐)查看全部
-
Action的搜索顺序: http://localhost:8080/struts2/path1/path2/path3/student.action 第一步:判断package是否存在,如:path1/path2/path3 (1)存在 第二步:判断action是否存在,如果不存在则去默认的namespace的 package里面寻找action 第三步:如果没有,则报错 (2)路径包不存在 第二步:检查上一级路径的package是否存在(直到默认namespace,重复第一步)查看全部
-
Struts2 处理流程查看全部
-
addFieldError()在校验方法validate()中自动返回INPUT,其他方法则要手动的显示写出return INPUT;查看全部
-
实现一个action里配置多个方法: 1: 通过在struts.xml文件里面配置method属性查看全部
-
struts.action.extension用于设置action后缀,有三种设置方式: 1.struts.xml 2.struts.properties 3.web.xml查看全部
-
struts.xml常量查看全部
举报
0/150
提交
取消