@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 Converter s with Spring MVC. |
addCorsMappings, addInterceptors, addResourceHandlers, addReturnValueHandlers, addViewControllers, configureAsyncSupport, configureContentNegotiation, configureDefaultServletHandling, configureHandlerExceptionResolvers, configureMessageConverters, configurePathMatch, configureViewResolvers, extendHandlerExceptionResolvers, extendMessageConverters, getMessageCodesResolver, getValidator
public 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.WebMvcConfigurer
addArgumentResolvers
in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
LoggedInUserAccountArgumentResolver
public void addFormatters(org.springframework.format.FormatterRegistry registry)
Salespoint
specific Converter
s with Spring MVC.addFormatters
in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
addFormatters
in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
SalespointIdentifierConverter
,
JpaEntityConverter
,
StringToRoleConverter
,
QuantityFormatter
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.