@Configuration
@EnableTransactionManagement
@EnableWebMvc
@EnableAsync
@ComponentScan(value="org.molgenis")
@Import(value={WebAppSecurityConfig.class,DatabaseConfig.class,org.molgenis.data.elasticsearch.config.EmbeddedElasticSearchConfig.class})
public class WebAppConfig
extends MolgenisWebAppConfig
dataSource, embeddedElasticSearchServiceFactory, searchService, upgradeService| Constructor and Description |
|---|
WebAppConfig() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addFreemarkerVariables(Map<String,Object> freemarkerVariables) |
protected void |
addReposToReindex(DataServiceImpl localDataService) |
void |
addUpgrades() |
org.springframework.web.servlet.view.freemarker.FreeMarkerConfigurer |
freeMarkerConfigurer() |
ManageableRepositoryCollection |
getBackend() |
addFormatters, addInterceptors, addResourceHandlers, applicationContextProvider, configureMessageConverters, corsInterceptor, databasePopulator, dataService, fileStore, initRepositories, mailSender, mappedCorsInterceptor, menuManagerService, menuReaderService, metaDataService, molgenisIdGenerator, molgenisInterceptor, molgenisPluginInterceptor, molgenisPluginRegistry, molgenisUi, multipartResolver, properties, reindex, repositoryDecoratorFactory, resourceFingerprintRegistry, validateMolgenisServerProperties, viewResolveraddArgumentResolvers, addReturnValueHandlers, addViewControllers, configureAsyncSupport, configureContentNegotiation, configureDefaultServletHandling, configureHandlerExceptionResolvers, configurePathMatch, getMessageCodesResolver, getValidatorpublic ManageableRepositoryCollection getBackend()
getBackend in class MolgenisWebAppConfigpublic void addUpgrades()
addUpgrades in class MolgenisWebAppConfigprotected void addReposToReindex(DataServiceImpl localDataService)
addReposToReindex in class MolgenisWebAppConfigprotected void addFreemarkerVariables(Map<String,Object> freemarkerVariables)
addFreemarkerVariables in class MolgenisWebAppConfigpublic org.springframework.web.servlet.view.freemarker.FreeMarkerConfigurer freeMarkerConfigurer()
throws IOException,
freemarker.template.TemplateException
freeMarkerConfigurer in class MolgenisWebAppConfigIOExceptionfreemarker.template.TemplateExceptionCopyright © 2015. All Rights Reserved.