@Configuration
@EnableTransactionManagement
@EnableWebMvc
@EnableAsync
@ComponentScan(value="org.molgenis")
@Import(value={WebAppSecurityConfig.class,DatabaseConfig.class,org.molgenis.omx.OmxConfig.class,org.molgenis.elasticsearch.config.EmbeddedElasticSearchConfig.class,org.molgenis.omx.config.DataExplorerConfig.class,org.molgenis.search.SearchSecurityConfig.class})
public class WebAppConfig
extends MolgenisWebAppConfig
| Constructor and Description |
|---|
WebAppConfig() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addFreemarkerVariables(Map<String,Object> freemarkerVariables) |
CatalogManagerService |
catalogManagerService() |
StudyManagerService |
studyDefinitionManagerService() |
addFormatters, addInterceptors, addResourceHandlers, applicationContextProvider, configureMessageConverters, databasePopulator, fileStore, freeMarkerConfigurer, mailSender, molgenisPluginInterceptor, molgenisPluginRegistry, molgenisUi, multipartResolver, properties, viewResolveraddArgumentResolvers, addReturnValueHandlers, addViewControllers, configureAsyncSupport, configureContentNegotiation, configureDefaultServletHandling, configureHandlerExceptionResolvers, getMessageCodesResolver, getValidator@Bean @Qualifier(value="catalogService") public CatalogManagerService catalogManagerService()
@Bean public StudyManagerService studyDefinitionManagerService()
protected void addFreemarkerVariables(Map<String,Object> freemarkerVariables)
addFreemarkerVariables in class MolgenisWebAppConfigCopyright © 2014. All Rights Reserved.