拦截器(interceptor),类似servlet中的过滤器。 Spring 3 MVC Interceptor tutorial with exampleSpring MVC Interceptors Example – HandlerInterceptor and HandlerInterceptorAdapterSpring MVC handler interceptors exampleSpring MVC Handler Interceptor 暂不支持注解。Is it possible to wire a Spring MVC Interceptor using annotations?
How could Java classes direct program messages to the system console, but error messages, say to a file?The class System has a variable out that represents the standard output, and the variable err that represents the standard error device. By default, they both point at the system console.