Uses of Interface
org.springframework.context.MessageSourceAware
Package
Description
Infrastructure for annotation-based handler method processing.
Support package for annotation-based Servlet MVC controllers.
MVC infrastructure for annotation-based handler method processing, building on the
org.springframework.web.method.annotation
package.-
Uses of MessageSourceAware in org.springframework.web.reactive.result.method.annotation
Modifier and TypeClassDescriptionclass
A class with an@ExceptionHandler
method that handles all Spring WebFlux raised exceptions by returning aResponseEntity
with RFC 7807 formatted error details in the body. -
Uses of MessageSourceAware in org.springframework.web.servlet.mvc.annotation
Modifier and TypeClassDescriptionclass
AHandlerExceptionResolver
that uses the@ResponseStatus
annotation to map exceptions to HTTP status codes. -
Uses of MessageSourceAware in org.springframework.web.servlet.mvc.method.annotation
Modifier and TypeClassDescriptionclass
A class with an@ExceptionHandler
method that handles all Spring MVC raised exceptions by returning aResponseEntity
with RFC 7807 formatted error details in the body.