Polishing

This commit is contained in:
Juergen Hoeller
2019-02-07 23:02:35 +01:00
parent 2b974da395
commit 15af0d9787
2 changed files with 7 additions and 5 deletions

View File

@@ -229,9 +229,9 @@ The following table lists the special beans detected by the `DispatcherServlet`:
The mapping is based on some criteria, the details of which vary by `HandlerMapping`
implementation.
The two main `HandlerMapping` implementations are `RequestMappingHandlerMapping`( which
supports `@RequestMapping` annotated methods) and `SimpleUrlHandlerMapping` (which
maintains explicit registrations of URI path patterns to handlers).
The two main `HandlerMapping` implementations are `RequestMappingHandlerMapping`
(which supports `@RequestMapping` annotated methods) and `SimpleUrlHandlerMapping`
(which maintains explicit registrations of URI path patterns to handlers).
| `HandlerAdapter`
| Help the `DispatcherServlet` to invoke a handler mapped to a request, regardless of