Uses of Class
org.springframework.web.method.ControllerAdviceBean
Packages that use ControllerAdviceBean
Package
Description
Common infrastructure for handler method processing, as used by
Spring MVC's
org.springframework.web.servlet.mvc.method
package.MVC infrastructure for annotation-based handler method processing, building on the
org.springframework.web.method.annotation
package.-
Uses of ControllerAdviceBean in org.springframework.web.method
Methods in org.springframework.web.method that return types with arguments of type ControllerAdviceBeanModifier and TypeMethodDescriptionstatic List<ControllerAdviceBean>
ControllerAdviceBean.findAnnotatedBeans
(ApplicationContext context) Find beans annotated with@ControllerAdvice
in the givenApplicationContext
and wrap them asControllerAdviceBean
instances. -
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 ControllerAdviceBeanModifier and TypeMethodDescriptionExceptionHandlerExceptionResolver.getExceptionHandlerAdviceCache()
Return an unmodifiable Map with the@ControllerAdvice
beans discovered in the ApplicationContext.