@Configuration public class SalespointWebConfiguration extends Object implements org.springframework.web.servlet.config.annotation.WebMvcConfigurer
@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. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddCorsMappings, 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.WebMvcConfigurerLoggedInUserAccountArgumentResolverpublic void addFormatters(org.springframework.format.FormatterRegistry registry)
Salespoint specific Converters with Spring MVC.addFormatters in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurerSalespointIdentifierConverter,
JpaEntityConverter,
StringToRoleConverter,
org.salespointframework.support.QuantityFormatterCopyright © 2018. All rights reserved.