1. 程式人生 > >Struts中的匹配規則

Struts中的匹配規則

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

表示之後字尾名為action,do,htm的url才能進入struts中的的過濾器,進入過濾器先把字尾名刪除後與配置檔案中的action名字相匹配,如果相同,則訪問此action

 

如http://localhost:8080/Demo/index.action.action會跳轉至 <action name="show.action" class="">