Spring Handler Mapping Examples

Click each link below to see how the request is mapped using the specified mapping:

  1. BeanNameUrlHandlerMapping - Mapping by bean name
  2. SimpleUrlHandlerMapping
  3. ControllerClassNameHandlerMapping - Mapping by controller name
Home