-
Struts2不是继承struts1的血统,而是在Webwork上的升级,同时吸收了Strust1和WebWork两者的优势查看全部
-
mvc模式工作流程图查看全部
-
Struts是什么? Struts是流行和成熟的基于MVC设计模式的Web应用程序框架。 使用Struts的目的: 为了帮助我们减少在运用MVC设计模型来开发Web应用时间。查看全部
-
课程目标查看全部
-
自动跳转到input界面的方式有两种: 1.输入的类型不匹配 2.查看全部
-
拦截器查看全部
-
Struts.xml查看全部
-
处理结果类型查看全部
-
修改可以访问的action后缀 3种方式 web.xml filter配置 <init-param> <param-name>struts.action.extension</param-name> <param-value>do</param-value> struts.xml <constant name=struts.action.extension>do</constant> struts.properities struts.action.extension=action,do,html查看全部
-
运用通配符来进行动态调用 <action name=*_* method="{2}" class="com.struts.{1}Action">查看全部
-
默认action 找不到输入的action时使用的action查看全部
-
动态方法调用查看全部
-
通过感叹号方式动态调用方法 helloworld!add.action查看全部
-
通过method属性完成动态方法调用查看全部
-
action搜索顺序查看全部
举报
0/150
提交
取消