Add info on intercepting static resource requests

Issue: SPR-10655
This commit is contained in:
Rossen Stoyanchev
2014-12-02 15:59:43 -05:00
parent ed4cd9947f
commit 7aa5e65235
3 changed files with 18 additions and 3 deletions

View File

@@ -563,7 +563,7 @@
Interceptors allow requests to be pre/post processed before/after handling.
Each inteceptor must implement the org.springframework.web.servlet.HandlerInterceptor or
org.springframework.web.context.request.WebRequestInterceptor interface.
The interceptors in this set are automatically configured on each registered HandlerMapping.
The interceptors in this set are automatically detected by every registered HandlerMapping.
The URI paths each interceptor applies to are configurable.
]]></xsd:documentation>
</xsd:annotation>