Uses of Class
com.flowable.spring.boot.FlowableServlet
-
Uses of FlowableServlet in com.flowable.spring.boot.app
Methods in com.flowable.spring.boot.app that return FlowableServlet Modifier and Type Method Description FlowableServlet
FlowableAppProperties. getServlet()
-
Uses of FlowableServlet in com.flowable.spring.boot.cmmn
Methods in com.flowable.spring.boot.cmmn that return FlowableServlet Modifier and Type Method Description FlowableServlet
FlowableCmmnProperties. getServlet()
-
Uses of FlowableServlet in com.flowable.spring.boot.content
Methods in com.flowable.spring.boot.content that return FlowableServlet Modifier and Type Method Description FlowableServlet
FlowableContentProperties. getServlet()
-
Uses of FlowableServlet in com.flowable.spring.boot.core
Methods in com.flowable.spring.boot.core that return FlowableServlet Modifier and Type Method Description FlowableServlet
FlowableCoreProperties. getServlet()
-
Uses of FlowableServlet in com.flowable.spring.boot.dmn
Methods in com.flowable.spring.boot.dmn that return FlowableServlet Modifier and Type Method Description FlowableServlet
FlowableDmnProperties. getServlet()
-
Uses of FlowableServlet in com.flowable.spring.boot.eventregistry
Methods in com.flowable.spring.boot.eventregistry that return FlowableServlet Modifier and Type Method Description FlowableServlet
FlowableEventRegistryProperties. getServlet()
-
Uses of FlowableServlet in com.flowable.spring.boot.form
Methods in com.flowable.spring.boot.form that return FlowableServlet Modifier and Type Method Description FlowableServlet
FlowableFormProperties. getServlet()
-
Uses of FlowableServlet in com.flowable.spring.boot.idm
Methods in com.flowable.spring.boot.idm that return FlowableServlet Modifier and Type Method Description FlowableServlet
FlowableIdmProperties. getServlet()
-
Uses of FlowableServlet in com.flowable.spring.boot.metrics
Fields in com.flowable.spring.boot.metrics declared as FlowableServlet Modifier and Type Field Description protected FlowableServlet
FlowableMetricsProperties. servlet
The servlet configuration for the Rest APIMethods in com.flowable.spring.boot.metrics that return FlowableServlet Modifier and Type Method Description FlowableServlet
FlowableMetricsProperties. getServlet()
-
Uses of FlowableServlet in com.flowable.spring.boot.process
Fields in com.flowable.spring.boot.process declared as FlowableServlet Modifier and Type Field Description protected FlowableServlet
FlowableProcessProperties. servlet
The servlet configuration for the Process Rest API.Methods in com.flowable.spring.boot.process that return FlowableServlet Modifier and Type Method Description FlowableServlet
FlowableProcessProperties. getServlet()
-
Uses of FlowableServlet in com.flowable.spring.boot.rest
Methods in com.flowable.spring.boot.rest with parameters of type FlowableServlet Modifier and Type Method Description protected org.springframework.boot.web.servlet.ServletRegistrationBean<org.springframework.web.servlet.DispatcherServlet>
BaseRestApiConfiguration. registerServlet(FlowableServlet servletProperties, java.lang.Class<?> baseConfig)