public class AngularJUniversalConfigurer extends Object implements org.springframework.web.servlet.config.annotation.WebMvcConfigurer
| Constructor and Description |
|---|
AngularJUniversalConfigurer(RenderConfiguration renderconfiguration)
Constructor with the render configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addViewControllers(org.springframework.web.servlet.config.annotation.ViewControllerRegistry registry)
Add all view controllers than are defined as routing, so no further request mapping in the application is
required.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddArgumentResolvers, addCorsMappings, addFormatters, addInterceptors, addResourceHandlers, addReturnValueHandlers, configureAsyncSupport, configureContentNegotiation, configureDefaultServletHandling, configureHandlerExceptionResolvers, configureMessageConverters, configurePathMatch, configureViewResolvers, extendHandlerExceptionResolvers, extendMessageConverters, getMessageCodesResolver, getValidatorpublic AngularJUniversalConfigurer(RenderConfiguration renderconfiguration)
renderconfiguration - Render configurationpublic void addViewControllers(org.springframework.web.servlet.config.annotation.ViewControllerRegistry registry)
addViewControllers in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurerregistry - Registry to add new view controllersCopyright © 2018. All rights reserved.