Package org.flowable.spring.boot
Class RestApiAutoConfiguration.ContentEngineRestApiConfiguration
- java.lang.Object
-
- org.flowable.spring.boot.rest.BaseRestApiConfiguration
-
- org.flowable.spring.boot.RestApiAutoConfiguration.ContentEngineRestApiConfiguration
-
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware
- Enclosing class:
- RestApiAutoConfiguration
@Configuration(proxyBeanMethods=false) @ConditionalOnClass(org.flowable.content.rest.ContentRestUrls.class) @ConditionalOnBean(org.flowable.content.engine.ContentEngine.class) public static class RestApiAutoConfiguration.ContentEngineRestApiConfiguration extends BaseRestApiConfiguration
-
-
Field Summary
-
Fields inherited from class org.flowable.spring.boot.rest.BaseRestApiConfiguration
applicationContext, multipartConfigElement
-
-
Constructor Summary
Constructors Constructor Description ContentEngineRestApiConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.boot.web.servlet.ServletRegistrationBeancontentServlet(FlowableContentProperties properties)-
Methods inherited from class org.flowable.spring.boot.rest.BaseRestApiConfiguration
registerServlet, setApplicationContext, setMultipartConfigElement
-
-
-
-
Method Detail
-
contentServlet
@Bean public org.springframework.boot.web.servlet.ServletRegistrationBean contentServlet(FlowableContentProperties properties)
-
-