BeanNameUrlHandlerMapping | WebMvcConfigurationSupport.beanNameHandlerMapping(FormattingConversionService conversionService, ResourceUrlProvider resourceUrlProvider) |
HandlerMapping | WebMvcConfigurationSupport.defaultServletHandlerMapping() マッピングされたデフォルトのサーブレットハンドラーを使用して、Integer.MAX_VALUE で順序付けられたハンドラーマッピングを返します。 |
HandlerExceptionResolver | WebMvcConfigurationSupport.handlerExceptionResolver(ContentNegotiationManager contentNegotiationManager) |
HandlerFunctionAdapter | WebMvcConfigurationSupport.handlerFunctionAdapter() |
HttpRequestHandlerAdapter | WebMvcConfigurationSupport.httpRequestHandlerAdapter() |
ContentNegotiationManager | WebMvcConfigurationSupport.mvcContentNegotiationManager() |
FormattingConversionService | WebMvcConfigurationSupport.mvcConversionService() |
HandlerMappingIntrospector | WebMvcConfigurationSupport.mvcHandlerMappingIntrospector() |
PathMatcher | WebMvcConfigurationSupport.mvcPathMatcher() |
ResourceUrlProvider | WebMvcConfigurationSupport.mvcResourceUrlProvider() |
CompositeUriComponentsContributor | WebMvcConfigurationSupport.mvcUriComponentsContributor(FormattingConversionService conversionService, RequestMappingHandlerAdapter requestMappingHandlerAdapter) |
UrlPathHelper | WebMvcConfigurationSupport.mvcUrlPathHelper() |
Validator | WebMvcConfigurationSupport.mvcValidator() |
ViewResolver | WebMvcConfigurationSupport.mvcViewResolver(ContentNegotiationManager contentNegotiationManager) |
RequestMappingHandlerAdapter | WebMvcConfigurationSupport.requestMappingHandlerAdapter(ContentNegotiationManager contentNegotiationManager, FormattingConversionService conversionService, Validator validator) |
RequestMappingHandlerMapping | WebMvcConfigurationSupport.requestMappingHandlerMapping(ContentNegotiationManager contentNegotiationManager, FormattingConversionService conversionService, ResourceUrlProvider resourceUrlProvider) |
HandlerMapping | WebMvcConfigurationSupport.resourceHandlerMapping(UrlPathHelper urlPathHelper, PathMatcher pathMatcher, ContentNegotiationManager contentNegotiationManager, FormattingConversionService conversionService, ResourceUrlProvider resourceUrlProvider) リソースハンドラーがマップされた Integer.MAX_VALUE-1 で順序付けられたハンドラーマッピングを返します。 |
RouterFunctionMapping | WebMvcConfigurationSupport.routerFunctionMapping(FormattingConversionService conversionService, ResourceUrlProvider resourceUrlProvider) |
SimpleControllerHandlerAdapter | WebMvcConfigurationSupport.simpleControllerHandlerAdapter() |
HandlerMapping | WebMvcConfigurationSupport.viewControllerHandlerMapping(PathMatcher pathMatcher, UrlPathHelper urlPathHelper, FormattingConversionService conversionService, ResourceUrlProvider resourceUrlProvider) URL パスをビュー名に直接マップするには、1 で順序付けられたハンドラーマッピングを返します。 |