Package org.flowable.spring.boot
Class FlowableServlet
- java.lang.Object
-
- org.flowable.spring.boot.FlowableServlet
-
public class FlowableServlet extends Object
Configuration properties for the Flowable REST Servlets.- Author:
- Filip Hrisafov
-
-
Constructor Summary
Constructors Constructor Description FlowableServlet(String path, String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetLoadOnStartup()StringgetName()StringgetPath()voidsetLoadOnStartup(int loadOnStartup)voidsetName(String name)voidsetPath(String path)
-