Package org.flowable.ui.modeler.conf
Class ApplicationConfiguration
- java.lang.Object
-
- org.flowable.ui.modeler.conf.ApplicationConfiguration
-
@Configuration(proxyBeanMethods=false) @EnableConfigurationProperties(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 Summary
Constructors Constructor Description ApplicationConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.boot.web.servlet.ServletRegistrationBeanmodelerApiServlet(org.springframework.context.ApplicationContext applicationContext)org.springframework.web.servlet.config.annotation.WebMvcConfigurermodelerApplicationWebMvcConfigurer()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)ModelImageServicemodelerModelImageService()FlowableModelQueryServicemodelerModelQueryService()ModelServicemodelerModelService()
-
-
-
Method Detail
-
modelerApiServlet
@Bean public org.springframework.boot.web.servlet.ServletRegistrationBean modelerApiServlet(org.springframework.context.ApplicationContext applicationContext)
-
modelerAppServlet
@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)
-
modelerApplicationWebMvcConfigurer
@Bean public org.springframework.web.servlet.config.annotation.WebMvcConfigurer modelerApplicationWebMvcConfigurer()
-
modelerModelService
@Bean public ModelService modelerModelService()
-
modelerModelImageService
@Bean public ModelImageService modelerModelImageService()
-
modelerModelQueryService
@Bean public FlowableModelQueryService modelerModelQueryService()
-
-