nSome
HandlerMappings allow you to call an interceptor before the controller
nUseful
for checking for session timeout, adding things to the request/session
ncommon
services: security, traffic logging, and perhaps front-end common data validation
nImplement
the HandlerInterceptor Interface
nSimply wire
your implemented Interceptors into the HandlerMapping
nKind
of like AOP, but for Controllers