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