|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
org.surfnet.oaaas.config.SpringConfiguration
@Configuration @PropertySource(value="classpath:client.apis.properties") @EnableWebMvc public class SpringConfiguration
Main spring configuration class. See this link
| Constructor Summary | |
|---|---|
SpringConfiguration()
|
|
| Method Summary | |
|---|---|
ClientController |
clientController()
|
void |
configureDefaultServletHandling(org.springframework.web.servlet.config.annotation.DefaultServletHandlerConfigurer configurer)
|
org.springframework.web.servlet.ViewResolver |
viewResolver()
|
| Methods inherited from class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter |
|---|
addArgumentResolvers, addFormatters, addInterceptors, addResourceHandlers, addReturnValueHandlers, addViewControllers, configureAsyncSupport, configureContentNegotiation, configureHandlerExceptionResolvers, configureMessageConverters, getMessageCodesResolver, getValidator |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SpringConfiguration()
| Method Detail |
|---|
@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.WebMvcConfigurerAdapter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||