過濾器配置web.xml

2018-06-01 11:50 更新

使用控制層action時,需要在web.xml中配置過濾器,配置如下

<filter>

<filter-name>/filter</filter-name>

<filter-class>org.myhibernate.mvc.filter.DispatchFilter</filter-class>

</filter>

<filter-mapping>

<filter-name>/filter</filter-name>

<url-pattern>/*</url-pattern>

</filter-mapping>



以上內(nèi)容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號