Struts2支持的结果类型Struts2默认提供了一系列的结果类型,下面是struts-default.xml配置文件的配置片段:<!--配置系统支持的结果类型--><result-types><!--Action链式处理的结果类型--><result-typename="chain"class="com.opensymphony.xwork2.ActionC..
分类:
其他好文 时间:
2016-07-23 21:31:22
阅读次数:
224
/WEB-INF/pages/{1}Action/{2}.jsp struts2默认的结果类型就是dispatcherStruts2默认提供了一系列的结果类型,在struts2-core-x.x.x.jar包中struts-default.xml中 ...
分类:
其他好文 时间:
2016-01-11 20:24:48
阅读次数:
412