Package org.flowable.spring.boot.form
Class FlowableFormProperties
- java.lang.Object
-
- org.flowable.spring.boot.form.FlowableFormProperties
-
@ConfigurationProperties(prefix="flowable.form") public class FlowableFormProperties extends Object
Properties for configuring the form engine.- Author:
- Filip Hrisafov, Javier Casal
-
-
Constructor Summary
Constructors Constructor Description FlowableFormProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDeploymentName()StringgetResourceLocation()List<String>getResourceSuffixes()FlowableServletgetServlet()booleanisDeployResources()booleanisEnabled()voidsetDeploymentName(String deploymentName)voidsetDeployResources(boolean deployResources)voidsetEnabled(boolean enabled)voidsetResourceLocation(String resourceLocation)voidsetResourceSuffixes(List<String> resourceSuffixes)
-
-
-
Method Detail
-
getDeploymentName
public String getDeploymentName()
-
setDeploymentName
public void setDeploymentName(String deploymentName)
-
getResourceLocation
public String getResourceLocation()
-
setResourceLocation
public void setResourceLocation(String resourceLocation)
-
isDeployResources
public boolean isDeployResources()
-
setDeployResources
public void setDeployResources(boolean deployResources)
-
isEnabled
public boolean isEnabled()
-
setEnabled
public void setEnabled(boolean enabled)
-
getServlet
public FlowableServlet getServlet()
-
-