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

struts2动态方法的配置

时间:2018-06-01 10:46:48      阅读:139      评论:0      收藏:0      [点我收藏+]

标签:methods   eth   pre   logout   const   需要   文件   name   method   

如果想通过aciton!method.action的形式访问,需要做两个设置

1、配置文件中设置动态方法调用为true

<constant name="struts.enable.DynamicMethodInvocation" value="true" />

2、action中配置值允许的方法:
<allowed-methods>login,logout</allowed-methods>



struts2动态方法的配置

标签:methods   eth   pre   logout   const   需要   文件   name   method   

原文地址:https://www.cnblogs.com/deecold/p/9119999.html

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