@Configuration
public class SalespointWebConfiguration
extends org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
@Bean methods for details.| Modifier and Type | Class and Description |
|---|---|
(package private) static class |
SalespointWebConfiguration.PriorityOrderedCharacterEncodingFilter |
| Modifier and Type | Field and Description |
|---|---|
(package private) List<org.springframework.web.method.support.HandlerMethodArgumentResolver> |
argumentResolvers |
(package private) List<? extends org.springframework.core.convert.converter.Converter<?,?>> |
converters |
| 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. |
org.thymeleaf.extras.java8time.dialect.Java8TimeDialect |
java8TimeDialect()
Special dialect to support Java 8 type formatting.
|
org.springframework.web.filter.CharacterEncodingFilter |
prioritizedCharacterEncodingFilter()
Needs to be decalred although Boot has provided a default bean since 1.2 until #2148 gets fixed.
|
addInterceptors, addResourceHandlers, addReturnValueHandlers, addViewControllers, configureAsyncSupport, configureContentNegotiation, configureDefaultServletHandling, configureHandlerExceptionResolvers, configureMessageConverters, configurePathMatch, configureViewResolvers, extendMessageConverters, getMessageCodesResolver, getValidator@Autowired List<? extends org.springframework.core.convert.converter.Converter<?,?>> converters
@Autowired List<org.springframework.web.method.support.HandlerMethodArgumentResolver> argumentResolvers
@Bean public org.thymeleaf.extras.java8time.dialect.Java8TimeDialect java8TimeDialect()
@Bean public org.springframework.web.filter.CharacterEncodingFilter prioritizedCharacterEncodingFilter()
https://github.com/spring-projects/spring-boot/issues/2148public 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,
StringToRoleConverterCopyright © 2014 Pivotal Software, Inc.. All rights reserved.