-
通配符 {1}类名前缀 比如HellowAction的Hellow {2}add.jsp中的add查看全部
-
第三种方式推荐使用 通配符 *_*_查看全部
-
环境需求查看全部
-
1111111111查看全部
-
mvc查看全部
-
Struts2提供的3中方式访问Serclet Api: Actioncontext 实现***Aware接口 SercletActionContext查看全部
-
核心文件:struts.propertise查看全部
-
核心文件struts.xml查看全部
-
struts的核心文件web.xml查看全部
-
用户的请求HttpServletRequest--->过滤器filter--->ActionMapper(.action)请求---->过滤器---->ActionProxy---->通过ConfigurationManager读取struts.xml中的ActionInvocation具体的Action类---->通过ActionProxy创建Action反向实例---->拦截器--->action,返回result(字符串对象)对应的视图---->拦截器---->HttpServletResponse返回请求 [ 查看全文 ]查看全部
-
Action处理结果查看全部
-
success 是action正确的执行完成,返回相应的视图 none 是action正确的执行完成,但并不返回任何视图 error 表示action的执行失败,返回到错误处理视图 login action因为以后用户没有登陆的原因没有正确执行,将返回该登陆视图,要求用户进行登陆验证 input action的执行,需要从前端界面获取参数,input接收表示这个参数的输入界面,一般在应用中,会对参数进行验证,如果没有通过,将返回该视图validate()查看全部
-
success none error login input查看全部
-
7.修改Struts2后缀:(有三种方法) 1)在struts.xml文件里配置 <constant name="struts.action.extension" value="html"></constant> 2)在struts.properties文件里struts.action.extension=action,do,html 3)在web.xml文件里配置 在filter中 <init-param> <param-name>struts.action.extension></param> <param-value>do</param-value> </init-param>查看全部
-
处理结果类型查看全部
举报
0/150
提交
取消