@Configuration @Import(value=FormPortConfiguration.class) public class SpringMvcConfigurerAdapter extends java.lang.Object implements org.springframework.web.servlet.config.annotation.WebMvcConfigurer, org.springframework.context.annotation.ImportAware, org.springframework.context.ApplicationContextAware
| Constructor and Description |
|---|
SpringMvcConfigurerAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
addArgumentResolvers(java.util.List<org.springframework.web.method.support.HandlerMethodArgumentResolver> argumentResolvers) |
org.springframework.beans.factory.SmartInitializingSingleton |
addConverterToRestTemplateInitializer() |
void |
addReturnValueHandlers(java.util.List<org.springframework.web.method.support.HandlerMethodReturnValueHandler> returnValueHandlers) |
void |
extendHandlerExceptionResolvers(java.util.List<org.springframework.web.servlet.HandlerExceptionResolver> exceptionResolvers) |
void |
extendMessageConverters(java.util.List<org.springframework.http.converter.HttpMessageConverter<?>> converters) |
FormDataWebProcessor |
formDataMethodProcessor() |
void |
setApplicationContext(org.springframework.context.ApplicationContext ac) |
void |
setImportMetadata(org.springframework.core.type.AnnotationMetadata meta) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddCorsMappings, addFormatters, addInterceptors, addResourceHandlers, addViewControllers, configureAsyncSupport, configureContentNegotiation, configureDefaultServletHandling, configureHandlerExceptionResolvers, configureMessageConverters, configurePathMatch, configureViewResolvers, getMessageCodesResolver, getValidator@Bean public FormDataWebProcessor formDataMethodProcessor()
public void addArgumentResolvers(java.util.List<org.springframework.web.method.support.HandlerMethodArgumentResolver> argumentResolvers)
addArgumentResolvers in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurerpublic void addReturnValueHandlers(java.util.List<org.springframework.web.method.support.HandlerMethodReturnValueHandler> returnValueHandlers)
addReturnValueHandlers in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurerpublic void extendHandlerExceptionResolvers(java.util.List<org.springframework.web.servlet.HandlerExceptionResolver> exceptionResolvers)
extendHandlerExceptionResolvers in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurerpublic void extendMessageConverters(java.util.List<org.springframework.http.converter.HttpMessageConverter<?>> converters)
extendMessageConverters in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurerpublic void setImportMetadata(org.springframework.core.type.AnnotationMetadata meta)
setImportMetadata in interface org.springframework.context.annotation.ImportAware@Bean public org.springframework.beans.factory.SmartInitializingSingleton addConverterToRestTemplateInitializer()
public void setApplicationContext(org.springframework.context.ApplicationContext ac)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionCopyright © 2023. All Rights Reserved.