Struts2中的OGNL通配符

<action name="*_*" class="action.{1}Action" method="{2}">

匹配,第一个*匹配{1},第二个*匹配{2}
例如:User_login,那么就是class="com.test.action.UserAction" method="login"

分别是action 和login方法。

 


posted @ 2016-10-20 22:57  Timesyys  阅读(254)  评论(0编辑  收藏  举报