Package com.flowable.spring.boot
Class RestApiAutoConfiguration.DmnEngineRestApiConfiguration
java.lang.Object
com.flowable.spring.boot.rest.BaseRestApiConfiguration
com.flowable.spring.boot.RestApiAutoConfiguration.DmnEngineRestApiConfiguration
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.context.ApplicationContextAware
- Enclosing class:
- RestApiAutoConfiguration
@Configuration(proxyBeanMethods=false) @ConditionalOnClass(org.flowable.dmn.rest.service.api.DmnRestUrls.class) @ConditionalOnBean(org.flowable.dmn.engine.DmnEngine.class) public static class RestApiAutoConfiguration.DmnEngineRestApiConfiguration extends BaseRestApiConfiguration
-
Field Summary
Fields inherited from class com.flowable.spring.boot.rest.BaseRestApiConfiguration
applicationContext, multipartConfigElement
-
Constructor Summary
Constructors Constructor Description DmnEngineRestApiConfiguration()
-
Method Summary
Modifier and Type Method Description org.springframework.boot.web.servlet.ServletRegistrationBean<org.springframework.web.servlet.DispatcherServlet>
dmnServlet(FlowableDmnProperties properties)
Methods inherited from class com.flowable.spring.boot.rest.BaseRestApiConfiguration
registerServlet, setApplicationContext, setMultipartConfigElement
-
Constructor Details
-
DmnEngineRestApiConfiguration
public DmnEngineRestApiConfiguration()
-
-
Method Details
-
dmnServlet
@Bean public org.springframework.boot.web.servlet.ServletRegistrationBean<org.springframework.web.servlet.DispatcherServlet> dmnServlet(FlowableDmnProperties properties)
-