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