@Configuration
@EnableWebMvc
@ComponentScan(basePackages="org.aksw.sparqlify.admin.web")
public class WebMvcConfig
extends org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
| Constructor and Description |
|---|
WebMvcConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
addResourceHandlers(org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry registry) |
void |
addViewControllers(org.springframework.web.servlet.config.annotation.ViewControllerRegistry registry) |
void |
configureContentNegotiation(org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer configurer) |
org.springframework.web.servlet.ViewResolver |
contentNegotiatingViewResolver(org.springframework.web.accept.ContentNegotiationManager manager) |
org.springframework.web.servlet.view.InternalResourceViewResolver |
internalResourceViewResolverHtml() |
org.springframework.web.servlet.view.InternalResourceViewResolver |
internalResourceViewResolverJsp() |
org.springframework.web.servlet.ViewResolver |
urlBasedViewResolver() |
addArgumentResolvers, addFormatters, addInterceptors, addReturnValueHandlers, configureAsyncSupport, configureDefaultServletHandling, configureHandlerExceptionResolvers, configureMessageConverters, configurePathMatch, configureViewResolvers, extendMessageConverters, getMessageCodesResolver, getValidatorpublic void addResourceHandlers(org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry registry)
addResourceHandlers in interface org.springframework.web.servlet.config.annotation.WebMvcConfigureraddResourceHandlers in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapterpublic void addViewControllers(org.springframework.web.servlet.config.annotation.ViewControllerRegistry registry)
addViewControllers in interface org.springframework.web.servlet.config.annotation.WebMvcConfigureraddViewControllers in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapterpublic void configureContentNegotiation(org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer configurer)
configureContentNegotiation in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurerconfigureContentNegotiation in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter@Bean public org.springframework.web.servlet.ViewResolver contentNegotiatingViewResolver(org.springframework.web.accept.ContentNegotiationManager manager)
public org.springframework.web.servlet.ViewResolver urlBasedViewResolver()
public org.springframework.web.servlet.view.InternalResourceViewResolver internalResourceViewResolverJsp()
public org.springframework.web.servlet.view.InternalResourceViewResolver internalResourceViewResolverHtml()
Copyright © 2015. All rights reserved.