All Classes and Interfaces

说明
ControllerInstrumentation enhance all constructor and method annotated with org.springframework.web.bind.annotation.RequestMapping that class has org.springframework.stereotype.Controller annotation.
 
The ControllerConstructorInterceptor intercepts the Controller's constructor, in order to acquire the mapping annotation, if exist.
 
 
 
HandlerMethodInstrumentation intercept the getBean method in the org.springframework.web.method.HandlerMethod class.
InvocableHandlerInstrumentation intercept the invokeForRequest method in the org.springframework.web.method.support.InvocableHandlerMethod class.