-
引入jar包: commons-fileupload-1.3.1 commons-io-2.2 commons-lang3-3.2 commons-logging-1.1.3 freemarker-2.3.22 javassist-3.11.0.GA ognl-3.0.6 struts2-core-2.3.24 xwork-core-2.3.24查看全部
-
Struts2工作原理图查看全部
-
mvc模式的流程查看全部
-
MVC模式查看全部
-
success、none、error、login、input查看全部
-
注意action配置文件时*_*_*,若为*_*,则会报错,错误的action会匹配到下面一个action中,而不是index中查看全部
-
struts2的工作原理查看全部
-
Struts2工作原理图查看全部
-
哦哦查看全部
-
默认action用来提示错误友好页面 在配置文件中设置 <default-action-ref name=""></default-action-ref>查看全部
-
指定多个配置文件来解决action过多问题 <include file="login.xml"></include> <include file="system.xml"></include>查看全部
-
struts.xml中包含的内容: 1.全局属性 2.用户请求和响应Action之间的对应关系 3.Action可能用到的参数和返回结果 4.各种拦截器的配置查看全部
-
struts2 的核心文件 web.xml :任何MVC框架都需要与Web应用整合,这就不得不借助于web.xml文件,只有配置在web.xml文件中Servlet才会被应用加载。 通常,所有的MVC框架都需要web应用加载一个核心的控制器,对于Struts2框架而言,需要加载StrutsPrepareAndExecuterFilter,只要web应用负责加载StrutsPrepareAndExecuteFilter,StrutsPrepareAndExecuteFilter将会加载Struts2框架。 struts.xml: struts2 的核心配置文件,在开发过程中利用率最高。该文件主要负责管理应用中的Action映射,以及该Action包含的Result定义等。查看全部
-
struts2 的工作原理及文件结构查看全部
-
启动tomcat时第一个加载xml查看全部
举报
0/150
提交
取消