@Configuration(proxyBeanMethods=false) @ConditionalOnClass(value=org.flowable.form.rest.FormRestUrls.class) @ConditionalOnBean(value=org.flowable.form.engine.FormEngine.class) public static class RestApiAutoConfiguration.FormEngineRestApiConfiguration extends BaseRestApiConfiguration
applicationContext, multipartConfigElement| Constructor and Description |
|---|
FormEngineRestApiConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.boot.web.servlet.ServletRegistrationBean |
formServlet(FlowableFormProperties properties) |
registerServlet, setApplicationContext, setMultipartConfigElement@Bean public org.springframework.boot.web.servlet.ServletRegistrationBean formServlet(FlowableFormProperties properties)
Copyright © 2020 Flowable. All rights reserved.