Uses of Class
org.springframework.web.method.ControllerAdviceBean
Packages that use ControllerAdviceBean Package Description org.springframework.web.method Common infrastructure for handler method processing, as used by Spring MVC'sorg.springframework.web.servlet.mvc.methodpackage.org.springframework.web.servlet.mvc.method.annotation MVC infrastructure for annotation-based handler method processing, building on theorg.springframework.web.method.annotationpackage.Uses of ControllerAdviceBean in org.springframework.web.method
Methods in org.springframework.web.method that return types with arguments of type ControllerAdviceBean Modifier and Type Method Description static List<ControllerAdviceBean>ControllerAdviceBean. findAnnotatedBeans(ApplicationContext context)Find beans annotated with@ControllerAdvicein the givenApplicationContextand wrap them asControllerAdviceBeaninstances.Uses of ControllerAdviceBean in org.springframework.web.servlet.mvc.method.annotation
Methods in org.springframework.web.servlet.mvc.method.annotation that return types with arguments of type ControllerAdviceBean Modifier and Type Method Description Map<ControllerAdviceBean,ExceptionHandlerMethodResolver>ExceptionHandlerExceptionResolver. getExceptionHandlerAdviceCache()Return an unmodifiable Map with the@ControllerAdvicebeans discovered in the ApplicationContext.