@Configuration @AutoConfigureBefore(value=DsworkSpringBootConfig.class) public class DsworkSpringBootInitialize extends Object implements org.springframework.web.servlet.config.annotation.WebMvcConfigurer, org.springframework.boot.autoconfigure.web.servlet.WebMvcRegistrations
| 限定符和类型 | 字段和说明 |
|---|---|
protected org.slf4j.Logger |
log |
| 构造器和说明 |
|---|
DsworkSpringBootInitialize() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addArgumentResolvers(List<org.springframework.web.method.support.HandlerMethodArgumentResolver> arg0) |
void |
addCorsMappings(org.springframework.web.servlet.config.annotation.CorsRegistry arg0) |
void |
addFormatters(org.springframework.format.FormatterRegistry arg0) |
void |
addInterceptors(org.springframework.web.servlet.config.annotation.InterceptorRegistry arg0) |
void |
addResourceHandlers(org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry arg0) |
void |
addReturnValueHandlers(List<org.springframework.web.method.support.HandlerMethodReturnValueHandler> arg0) |
void |
addViewControllers(org.springframework.web.servlet.config.annotation.ViewControllerRegistry arg0) |
void |
configureAsyncSupport(org.springframework.web.servlet.config.annotation.AsyncSupportConfigurer arg0) |
void |
configureContentNegotiation(org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer arg0) |
void |
configureDefaultServletHandling(org.springframework.web.servlet.config.annotation.DefaultServletHandlerConfigurer arg0) |
void |
configureHandlerExceptionResolvers(List<org.springframework.web.servlet.HandlerExceptionResolver> arg0) |
void |
configureMessageConverters(List<org.springframework.http.converter.HttpMessageConverter<?>> arg0) |
void |
configurePathMatch(org.springframework.web.servlet.config.annotation.PathMatchConfigurer configurer) |
void |
configureViewResolvers(org.springframework.web.servlet.config.annotation.ViewResolverRegistry arg0) |
void |
extendHandlerExceptionResolvers(List<org.springframework.web.servlet.HandlerExceptionResolver> arg0) |
void |
extendMessageConverters(List<org.springframework.http.converter.HttpMessageConverter<?>> arg0) |
org.springframework.validation.MessageCodesResolver |
getMessageCodesResolver() |
org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping |
getRequestMappingHandlerMapping() |
org.springframework.validation.Validator |
getValidator() |
public org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping getRequestMappingHandlerMapping()
getRequestMappingHandlerMapping 在接口中 org.springframework.boot.autoconfigure.web.servlet.WebMvcRegistrationspublic void configurePathMatch(org.springframework.web.servlet.config.annotation.PathMatchConfigurer configurer)
configurePathMatch 在接口中 org.springframework.web.servlet.config.annotation.WebMvcConfigurerpublic void addArgumentResolvers(List<org.springframework.web.method.support.HandlerMethodArgumentResolver> arg0)
addArgumentResolvers 在接口中 org.springframework.web.servlet.config.annotation.WebMvcConfigurerpublic void addCorsMappings(org.springframework.web.servlet.config.annotation.CorsRegistry arg0)
addCorsMappings 在接口中 org.springframework.web.servlet.config.annotation.WebMvcConfigurerpublic void addFormatters(org.springframework.format.FormatterRegistry arg0)
addFormatters 在接口中 org.springframework.web.servlet.config.annotation.WebMvcConfigurerpublic void addInterceptors(org.springframework.web.servlet.config.annotation.InterceptorRegistry arg0)
addInterceptors 在接口中 org.springframework.web.servlet.config.annotation.WebMvcConfigurerpublic void addResourceHandlers(org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry arg0)
addResourceHandlers 在接口中 org.springframework.web.servlet.config.annotation.WebMvcConfigurerpublic void addReturnValueHandlers(List<org.springframework.web.method.support.HandlerMethodReturnValueHandler> arg0)
addReturnValueHandlers 在接口中 org.springframework.web.servlet.config.annotation.WebMvcConfigurerpublic void addViewControllers(org.springframework.web.servlet.config.annotation.ViewControllerRegistry arg0)
addViewControllers 在接口中 org.springframework.web.servlet.config.annotation.WebMvcConfigurerpublic void configureAsyncSupport(org.springframework.web.servlet.config.annotation.AsyncSupportConfigurer arg0)
configureAsyncSupport 在接口中 org.springframework.web.servlet.config.annotation.WebMvcConfigurerpublic void configureContentNegotiation(org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer arg0)
configureContentNegotiation 在接口中 org.springframework.web.servlet.config.annotation.WebMvcConfigurerpublic void configureDefaultServletHandling(org.springframework.web.servlet.config.annotation.DefaultServletHandlerConfigurer arg0)
configureDefaultServletHandling 在接口中 org.springframework.web.servlet.config.annotation.WebMvcConfigurerpublic void configureHandlerExceptionResolvers(List<org.springframework.web.servlet.HandlerExceptionResolver> arg0)
configureHandlerExceptionResolvers 在接口中 org.springframework.web.servlet.config.annotation.WebMvcConfigurerpublic void configureMessageConverters(List<org.springframework.http.converter.HttpMessageConverter<?>> arg0)
configureMessageConverters 在接口中 org.springframework.web.servlet.config.annotation.WebMvcConfigurerpublic void configureViewResolvers(org.springframework.web.servlet.config.annotation.ViewResolverRegistry arg0)
configureViewResolvers 在接口中 org.springframework.web.servlet.config.annotation.WebMvcConfigurerpublic void extendHandlerExceptionResolvers(List<org.springframework.web.servlet.HandlerExceptionResolver> arg0)
extendHandlerExceptionResolvers 在接口中 org.springframework.web.servlet.config.annotation.WebMvcConfigurerpublic void extendMessageConverters(List<org.springframework.http.converter.HttpMessageConverter<?>> arg0)
extendMessageConverters 在接口中 org.springframework.web.servlet.config.annotation.WebMvcConfigurerpublic org.springframework.validation.MessageCodesResolver getMessageCodesResolver()
getMessageCodesResolver 在接口中 org.springframework.web.servlet.config.annotation.WebMvcConfigurerpublic org.springframework.validation.Validator getValidator()
getValidator 在接口中 org.springframework.web.servlet.config.annotation.WebMvcConfigurerCopyright © 2021. All rights reserved.