@Configuration
@PropertySource(value="classpath:client.apis.properties")
@EnableWebMvc
public class SpringConfiguration
extends org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
| Constructor and Description |
|---|
SpringConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
ClientController |
clientController() |
void |
configureDefaultServletHandling(org.springframework.web.servlet.config.annotation.DefaultServletHandlerConfigurer configurer) |
org.springframework.web.servlet.ViewResolver |
viewResolver() |
addArgumentResolvers, addFormatters, addInterceptors, addResourceHandlers, addReturnValueHandlers, addViewControllers, configureAsyncSupport, configureContentNegotiation, configureHandlerExceptionResolvers, configureMessageConverters, getMessageCodesResolver, getValidator@Bean public org.springframework.web.servlet.ViewResolver viewResolver()
@Bean public ClientController clientController()
public void configureDefaultServletHandling(org.springframework.web.servlet.config.annotation.DefaultServletHandlerConfigurer configurer)
configureDefaultServletHandling in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurerconfigureDefaultServletHandling in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapterCopyright © 2012–2013 SURFnet bv, The Netherlands. All rights reserved.