Add RouterFunctionMapping to Javadoc for WebMvcConfigurationSupport

Closes gh-26635
This commit is contained in:
Taemin Shin 2021-03-03 22:44:40 +09:00 committed by GitHub
parent 1ee9223348
commit b9a612b637
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -129,6 +129,8 @@ import org.springframework.web.util.pattern.PathPatternParser;
* ordered at 1 to map URL paths directly to view names.
* <li>{@link BeanNameUrlHandlerMapping}
* ordered at 2 to map URL paths to controller bean names.
* <li>{@link RouterFunctionMapping}
* ordered at 3 to map {@linkplain org.springframework.web.servlet.function.RouterFunction router functions}.
* <li>{@link HandlerMapping}
* ordered at {@code Integer.MAX_VALUE-1} to serve static resource requests.
* <li>{@link HandlerMapping}