public class BaseRestApiConfiguration extends Object implements org.springframework.context.ApplicationContextAware
| Modifier and Type | Field and Description |
|---|---|
protected org.springframework.context.ApplicationContext |
applicationContext |
protected javax.servlet.MultipartConfigElement |
multipartConfigElement |
| Constructor and Description |
|---|
BaseRestApiConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.boot.web.servlet.ServletRegistrationBean |
registerServlet(FlowableServlet servletProperties,
Class<?> baseConfig) |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setMultipartConfigElement(javax.servlet.MultipartConfigElement multipartConfigElement) |
protected org.springframework.context.ApplicationContext applicationContext
protected javax.servlet.MultipartConfigElement multipartConfigElement
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
setApplicationContext in interface org.springframework.context.ApplicationContextAwareprotected org.springframework.boot.web.servlet.ServletRegistrationBean registerServlet(FlowableServlet servletProperties, Class<?> baseConfig)
@Autowired(required=false) public void setMultipartConfigElement(javax.servlet.MultipartConfigElement multipartConfigElement)
Copyright © 2022 Flowable. All rights reserved.