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