@Configuration @EnableAspectJAutoProxy public class SpringConfigWeb extends Object implements org.springframework.web.servlet.config.annotation.WebMvcConfigurer
| Constructor and Description |
|---|
SpringConfigWeb() |
| Modifier and Type | Method and Description |
|---|---|
void |
addInterceptors(org.springframework.web.servlet.config.annotation.InterceptorRegistry registry) |
void |
addResourceHandlers(org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry registry)
Handles HTTP GET requests for /resources/** by efficiently serving up static resources in the
${symbol_dollar}{webappRoot}/resources directory
|
nz.net.ultraq.thymeleaf.LayoutDialect |
layoutDialect() |
org.springframework.web.servlet.LocaleResolver |
sessionLocaleResolver() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddArgumentResolvers, addCorsMappings, addFormatters, addReturnValueHandlers, addViewControllers, configureAsyncSupport, configureContentNegotiation, configureDefaultServletHandling, configureHandlerExceptionResolvers, configureMessageConverters, configurePathMatch, configureViewResolvers, extendHandlerExceptionResolvers, extendMessageConverters, getMessageCodesResolver, getValidatorpublic void addResourceHandlers(org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry registry)
addResourceHandlers in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurerregistry - resourcehandler registry@Bean public nz.net.ultraq.thymeleaf.LayoutDialect layoutDialect()
public void addInterceptors(org.springframework.web.servlet.config.annotation.InterceptorRegistry registry)
addInterceptors in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer@Bean(name="localeResolver") public org.springframework.web.servlet.LocaleResolver sessionLocaleResolver()
Copyright © 2018. All rights reserved.