Class WebMvcConfiguration
- java.lang.Object
 - 
- org.oxerr.spring.security.phone.samples.helloworld.WebMvcConfiguration
 
 
- 
- All Implemented Interfaces:
 org.springframework.web.servlet.config.annotation.WebMvcConfigurer
@Component public class WebMvcConfiguration extends Object implements org.springframework.web.servlet.config.annotation.WebMvcConfigurer
 
- 
- 
Constructor Summary
Constructors Constructor Description WebMvcConfiguration() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddInterceptors(org.springframework.web.servlet.config.annotation.InterceptorRegistry registry)voidaddViewControllers(org.springframework.web.servlet.config.annotation.ViewControllerRegistry registry)voidconfigurePathMatch(org.springframework.web.servlet.config.annotation.PathMatchConfigurer configurer)- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
addArgumentResolvers, addCorsMappings, addFormatters, addResourceHandlers, addReturnValueHandlers, configureAsyncSupport, configureContentNegotiation, configureDefaultServletHandling, configureHandlerExceptionResolvers, configureMessageConverters, configureViewResolvers, extendHandlerExceptionResolvers, extendMessageConverters, getMessageCodesResolver, getValidator 
 - 
 
 - 
 
- 
- 
Method Detail
- 
configurePathMatch
public void configurePathMatch(org.springframework.web.servlet.config.annotation.PathMatchConfigurer configurer)
- Specified by:
 configurePathMatchin interfaceorg.springframework.web.servlet.config.annotation.WebMvcConfigurer
 
- 
addViewControllers
public void addViewControllers(org.springframework.web.servlet.config.annotation.ViewControllerRegistry registry)
- Specified by:
 addViewControllersin interfaceorg.springframework.web.servlet.config.annotation.WebMvcConfigurer
 
- 
addInterceptors
public void addInterceptors(org.springframework.web.servlet.config.annotation.InterceptorRegistry registry)
- Specified by:
 addInterceptorsin interfaceorg.springframework.web.servlet.config.annotation.WebMvcConfigurer
 
 - 
 
 -