@Configuration
@EnableTransactionManagement
@EnableAspectJAutoProxy
@EnableWebMvc
@EnableAsync
@ComponentScan(basePackages="org.molgenis")
@Import(value={WebAppSecurityConfig.class,org.molgenis.data.postgresql.DatabaseConfig.class,org.molgenis.core.ui.data.config.HttpClientConfig.class,org.molgenis.data.elasticsearch.client.ElasticsearchConfig.class,org.molgenis.web.converter.GsonConfig.class})
public class WebAppConfig
extends MolgenisWebAppConfig
| Constructor and Description |
|---|
WebAppConfig() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.web.servlet.view.freemarker.FreeMarkerConfigurer |
freeMarkerConfigurer()
Configures Freemarker
|
addArgumentResolvers, addCorsMappings, addFormatters, addFreemarkerVariables, addInterceptors, addResourceHandlers, applicationContextProvider, configureContentNegotiation, configureMessageConverters, configurePathMatch, dataexplorerMessageSource, feedbackMessageSource, fileStore, formMessageSource, menuReaderService, molgenisInterceptor, molgenisPluginInterceptor, molgenisUi, multipartResolver, properties, resourceFingerprintRegistry, themeFingerprintRegistry, uiFormMessageSource, viewResolverclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddReturnValueHandlers, addViewControllers, configureAsyncSupport, configureDefaultServletHandling, configureHandlerExceptionResolvers, configureViewResolvers, extendHandlerExceptionResolvers, extendMessageConverters, getMessageCodesResolver, getValidatorpublic org.springframework.web.servlet.view.freemarker.FreeMarkerConfigurer freeMarkerConfigurer()
freeMarkerConfigurer in class MolgenisWebAppConfigCopyright © 2020 Pivotal Software, Inc.. All rights reserved.