码迷,mamicode.com
首页 > 其他好文 > 详细

指定struts2处理的请求后缀

时间:2015-04-24 16:20:12      阅读:116      评论:0      收藏:0      [点我收藏+]

标签:struts

常量可以在struts.xml或struts.properties中配置,建议在
struts.xml中配置,两种配置方式如下:

<struts> 
   <constant name="struts.action.extension" value="do"/>
</struts>

在struts.properties中配置产量:

struts.action.extension=do

常量可在下面多个配置文件中进行定义:
struts.default.xml
struts.plugin.xml
struts.xml
struts.properties
如果在多个文件中配置了同一个常量,则后一个文件中配置的常量值会覆盖前面文件中
配置的常量值
技术分享
struts2不会上传文件总大小大于限制的文件

指定struts2处理的请求后缀

标签:struts

原文地址:http://blog.csdn.net/lindonglian/article/details/45247373

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!