You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-webmvc/src/main/java/org/springframework/web/servlet/config/annotation/WebMvcConfigurationSupport.java
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -145,6 +145,8 @@
145
145
* for processing requests with {@link HttpRequestHandler HttpRequestHandlers}.
146
146
* <li>{@link SimpleControllerHandlerAdapter}
147
147
* for processing requests with interface-based {@link Controller Controllers}.
148
+
* <li>{@link HandlerFunctionAdapter}
149
+
* for processing requests with {@linkplain org.springframework.web.servlet.function.RouterFunction router functions}.
148
150
* </ul>
149
151
*
150
152
* <p>Registers a {@link HandlerExceptionResolverComposite} with this chain of
0 commit comments