@Configuration
public class SalespointWebConfiguration
extends org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
@Bean methods for details.| Constructor and Description |
|---|
SalespointWebConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
addArgumentResolvers(List<org.springframework.web.method.support.HandlerMethodArgumentResolver> argumentResolvers)
Registers the
Salespoint specific HandlerMethodArgumentResolver with Spring MVC. |
void |
addFormatters(org.springframework.format.FormatterRegistry registry)
Registers the
Salespoint specific Converters with Spring MVC. |
addCorsMappings, addInterceptors, addResourceHandlers, addReturnValueHandlers, addViewControllers, configureAsyncSupport, configureContentNegotiation, configureDefaultServletHandling, configureHandlerExceptionResolvers, configureMessageConverters, configurePathMatch, configureViewResolvers, extendHandlerExceptionResolvers, extendMessageConverters, getMessageCodesResolver, getValidatorpublic void addArgumentResolvers(List<org.springframework.web.method.support.HandlerMethodArgumentResolver> argumentResolvers)
Salespoint specific HandlerMethodArgumentResolver with Spring MVC.addArgumentResolvers in interface org.springframework.web.servlet.config.annotation.WebMvcConfigureraddArgumentResolvers in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapterLoggedInUserAccountArgumentResolverpublic void addFormatters(org.springframework.format.FormatterRegistry registry)
Salespoint specific Converters with Spring MVC.addFormatters in interface org.springframework.web.servlet.config.annotation.WebMvcConfigureraddFormatters in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapterSalespointIdentifierConverter,
JpaEntityConverter,
StringToRoleConverter,
QuantityFormatterCopyright © 2018 Pivotal Software, Inc.. All rights reserved.