Package org.flowable.spring.boot
Class RestApiAutoConfiguration.AppEngineRestApiConfiguration
java.lang.Object
org.flowable.spring.boot.rest.BaseRestApiConfiguration
org.flowable.spring.boot.RestApiAutoConfiguration.AppEngineRestApiConfiguration
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware
- Enclosing class:
- RestApiAutoConfiguration
@Configuration(proxyBeanMethods=false)
@ConditionalOnClass(org.flowable.app.rest.AppRestUrls.class)
@ConditionalOnBean(org.flowable.app.engine.AppEngine.class)
public static class RestApiAutoConfiguration.AppEngineRestApiConfiguration
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.ServletRegistrationBeanappServlet(FlowableAppProperties properties) Methods inherited from class org.flowable.spring.boot.rest.BaseRestApiConfiguration
registerServlet, setApplicationContext, setMultipartConfigElement
-
Constructor Details
-
AppEngineRestApiConfiguration
public AppEngineRestApiConfiguration()
-
-
Method Details
-
appServlet
@Bean public org.springframework.boot.web.servlet.ServletRegistrationBean appServlet(FlowableAppProperties properties)
-