Fix WebMvcConfigurationSupport javadoc
This commit is contained in:
committed by
Juergen Hoeller
parent
e24b2e6b5d
commit
708e61a7ef
@@ -145,6 +145,8 @@ import org.springframework.web.util.pattern.PathPatternParser;
|
|||||||
* for processing requests with {@link HttpRequestHandler HttpRequestHandlers}.
|
* for processing requests with {@link HttpRequestHandler HttpRequestHandlers}.
|
||||||
* <li>{@link SimpleControllerHandlerAdapter}
|
* <li>{@link SimpleControllerHandlerAdapter}
|
||||||
* for processing requests with interface-based {@link Controller Controllers}.
|
* for processing requests with interface-based {@link Controller Controllers}.
|
||||||
|
* <li>{@link HandlerFunctionAdapter}
|
||||||
|
* for processing requests with {@linkplain org.springframework.web.servlet.function.RouterFunction router functions}.
|
||||||
* </ul>
|
* </ul>
|
||||||
*
|
*
|
||||||
* <p>Registers a {@link HandlerExceptionResolverComposite} with this chain of
|
* <p>Registers a {@link HandlerExceptionResolverComposite} with this chain of
|
||||||
|
|||||||
Reference in New Issue
Block a user