转自:http://blog.youkuaiyun.com/lqx1988221/article/details/36420887
<mvc:interceptors>
<mvc:interceptor>
<mvc:mapping path="/**" />
<bean class="AD.AD.CLASS"></bean>
</mvc:interceptor>
<mvc:interceptor>
<mvc:mapping path="/**" />
<mvc:exclude-mapping path="/**/*.GIF"/>
<bean class="AD.AD.CLASS">
<property name="exceptUrls">
<list>
<value>/AS</value>
<value>/QWE/ASA.html</value>
</list>
</property>
</bean>
</mvc:interceptor>
</mvc:interceptors>