interceptors

<mvc:interceptors>

<mvc:interceptor>
<mvc:mapping path="/**"/>
<bean class="XXXXXXXXXX.LogInterceptor"></bean>
</mvc:interceptor>
</mvc:interceptors>

原文地址:https://www.cnblogs.com/zhoading/p/8483912.html