Class StaticResourceConfig
- java.lang.Object
 - 
- com.emc.documentum.rest.context.jc.StaticResourceConfig
 
 
- 
- All Implemented Interfaces:
 org.springframework.web.servlet.config.annotation.WebMvcConfigurer
@Order(-2147483648) @Configuration @EnableWebMvc @Import(com.emc.documentum.rest.context.jc.BaseMarshallingConfig.class) public class StaticResourceConfig extends Object implements org.springframework.web.servlet.config.annotation.WebMvcConfigurer
 
- 
- 
Constructor Summary
Constructors Constructor Description StaticResourceConfig() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddResourceHandlers(org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry registry)org.springframework.web.servlet.view.freemarker.FreeMarkerConfigfreemarkerConfig()org.springframework.web.servlet.ViewResolverviewResolver()- 
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, addInterceptors, addReturnValueHandlers, addViewControllers, configureAsyncSupport, configureContentNegotiation, configureDefaultServletHandling, configureHandlerExceptionResolvers, configureMessageConverters, configurePathMatch, configureViewResolvers, extendHandlerExceptionResolvers, extendMessageConverters, getMessageCodesResolver, getValidator 
 - 
 
 - 
 
- 
- 
Method Detail
- 
addResourceHandlers
public void addResourceHandlers(org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry registry)
- Specified by:
 addResourceHandlersin interfaceorg.springframework.web.servlet.config.annotation.WebMvcConfigurer
 
- 
freemarkerConfig
@Bean(name="freemarkerConfig") public org.springframework.web.servlet.view.freemarker.FreeMarkerConfig freemarkerConfig()
 
- 
viewResolver
@Bean(name="viewResolver") public org.springframework.web.servlet.ViewResolver viewResolver()
 
 - 
 
 -