Package org.flowable.spring.boot
Class RestApiAutoConfiguration.CmmnEngineRestApiConfiguration
java.lang.Object
org.flowable.spring.boot.rest.BaseRestApiConfiguration
org.flowable.spring.boot.RestApiAutoConfiguration.CmmnEngineRestApiConfiguration
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware
- Enclosing class:
- RestApiAutoConfiguration
@Configuration(proxyBeanMethods=false)
@ConditionalOnClass(org.flowable.cmmn.rest.service.api.CmmnRestUrls.class)
@ConditionalOnBean(org.flowable.cmmn.engine.CmmnEngine.class)
public static class RestApiAutoConfiguration.CmmnEngineRestApiConfiguration
extends BaseRestApiConfiguration
-
Field Summary
Fields inherited from class org.flowable.spring.boot.rest.BaseRestApiConfiguration
applicationContext, multipartConfigElement -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.boot.web.servlet.ServletRegistrationBeancmmnServlet(FlowableCmmnProperties properties) Methods inherited from class org.flowable.spring.boot.rest.BaseRestApiConfiguration
registerServlet, setApplicationContext, setMultipartConfigElement
-
Constructor Details
-
CmmnEngineRestApiConfiguration
public CmmnEngineRestApiConfiguration()
-
-
Method Details
-
cmmnServlet
@Bean public org.springframework.boot.web.servlet.ServletRegistrationBean cmmnServlet(FlowableCmmnProperties properties)
-