@Configuration(proxyBeanMethods=false) @EnableConfigurationProperties(value=org.flowable.ui.modeler.properties.FlowableModelerAppProperties.class) @ComponentScan(basePackages={"org.flowable.ui.modeler.conf","org.flowable.ui.modeler.repository","org.flowable.ui.modeler.security","org.flowable.ui.common.repository","org.flowable.ui.common.tenant"}) public class ApplicationConfiguration extends Object
| Constructor and Description |
|---|
ApplicationConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.boot.web.servlet.ServletRegistrationBean |
modelerApiServlet(org.springframework.context.ApplicationContext applicationContext) |
org.springframework.web.servlet.config.annotation.WebMvcConfigurer |
modelerApplicationWebMvcConfigurer() |
org.springframework.boot.web.servlet.ServletRegistrationBean<org.springframework.web.servlet.DispatcherServlet> |
modelerAppServlet(org.springframework.context.ApplicationContext applicationContext,
org.springframework.beans.factory.ObjectProvider<javax.servlet.MultipartConfigElement> multipartConfig) |
ModelImageService |
modelerModelImageService() |
FlowableModelQueryService |
modelerModelQueryService() |
ModelService |
modelerModelService() |
@Bean public org.springframework.boot.web.servlet.ServletRegistrationBean modelerApiServlet(org.springframework.context.ApplicationContext applicationContext)
@Bean
public org.springframework.boot.web.servlet.ServletRegistrationBean<org.springframework.web.servlet.DispatcherServlet> modelerAppServlet(org.springframework.context.ApplicationContext applicationContext,
org.springframework.beans.factory.ObjectProvider<javax.servlet.MultipartConfigElement> multipartConfig)
@Bean public org.springframework.web.servlet.config.annotation.WebMvcConfigurer modelerApplicationWebMvcConfigurer()
@Bean public ModelService modelerModelService()
@Bean public ModelImageService modelerModelImageService()
@Bean public FlowableModelQueryService modelerModelQueryService()
Copyright © 2020 Flowable. All rights reserved.