Spring Handler Mapping Examples
Click each link below to see how the request is mapped using the specified mapping:
- BeanNameUrlHandlerMapping - Mapping by bean name
- SimpleUrlHandlerMapping
- ControllerClassNameHandlerMapping - Mapping by controller name
Home