Donate : Link
Medium Blog : Link
Applications : Link
Spring Tutorial Index Page: Link
| Handler mapping | How it maps requests to controllers |
| BeanNameUrlHandlerMapping | Maps controllers to URLs that are based on the controllers’ bean name. |
| SimpleUrlHandlerMapping | Maps controllers to URLs using a property collection defined in the Spring application context. |
| ControllerClassNameHandlerMapping | Maps controllers to URLs by using the controllers’ class name as the basis for the URL. |
| CommonsPathMapHandlerMapping | Maps controllers to URLs using source-level metadata placed in the controller code. The metadata is defined using JakartaCommons Attributes. |
- Handler Classes
- BeanNameUrlHandlerMapping (default handler mapping)
- SimpleUrlHandlerMapping
- ControllerClassNameHandlerMapping
- CommonsPathMapHandlerMapping

