@Configuration
@EnableAspectJAutoProxy(proxyTargetClass=true)
public class WebConfig
extends org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
| Constructor and Description |
|---|
WebConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
addCorsMappings(org.springframework.web.servlet.config.annotation.CorsRegistry registry) |
void |
addFormatters(org.springframework.format.FormatterRegistry registry) |
void |
addInterceptors(org.springframework.web.servlet.config.annotation.InterceptorRegistry registry) |
void |
configurePathMatch(org.springframework.web.servlet.config.annotation.PathMatchConfigurer configurer) |
InternalRequestIdHolder |
getInternalRequestIdHolder() |
RedirectIdHolder |
getRedirectIdHolder() |
ScaApproachHolder |
getScaApproachHolder() |
TppInfoHolder |
getTppInfoHolder() |
int |
maxNumberOfCharInTransactionJson() |
javax.validation.Validator |
validator() |
addArgumentResolvers, addResourceHandlers, addReturnValueHandlers, addViewControllers, configureAsyncSupport, configureContentNegotiation, configureDefaultServletHandling, configureHandlerExceptionResolvers, configureMessageConverters, configureViewResolvers, extendHandlerExceptionResolvers, extendMessageConverters, getMessageCodesResolver, getValidatorpublic void configurePathMatch(org.springframework.web.servlet.config.annotation.PathMatchConfigurer configurer)
configurePathMatch in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurerconfigurePathMatch in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapterpublic void addInterceptors(org.springframework.web.servlet.config.annotation.InterceptorRegistry registry)
addInterceptors in interface org.springframework.web.servlet.config.annotation.WebMvcConfigureraddInterceptors in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter@Bean public int maxNumberOfCharInTransactionJson()
@Bean public javax.validation.Validator validator()
public void addCorsMappings(org.springframework.web.servlet.config.annotation.CorsRegistry registry)
addCorsMappings in interface org.springframework.web.servlet.config.annotation.WebMvcConfigureraddCorsMappings in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter@Bean @RequestScope public TppInfoHolder getTppInfoHolder()
@Bean @RequestScope public ScaApproachHolder getScaApproachHolder()
@Bean @RequestScope public RedirectIdHolder getRedirectIdHolder()
@Bean @RequestScope public InternalRequestIdHolder getInternalRequestIdHolder()
public void addFormatters(org.springframework.format.FormatterRegistry registry)
addFormatters in interface org.springframework.web.servlet.config.annotation.WebMvcConfigureraddFormatters in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapterCopyright © 2019. All rights reserved.