Package com.flowable.spring.boot.form
Class FlowableFormProperties
java.lang.Object
com.flowable.spring.boot.form.FlowableFormProperties
@ConfigurationProperties(prefix="flowable.form")
public class FlowableFormProperties
extends java.lang.Object
Properties for configuring the form engine.
- Author:
- Filip Hrisafov, Javier Casal
-
Constructor Summary
Constructors Constructor Description FlowableFormProperties()
-
Method Summary
Modifier and Type Method Description java.lang.String
getDeploymentName()
java.lang.String
getResourceLocation()
java.util.List<java.lang.String>
getResourceSuffixes()
FlowableServlet
getServlet()
boolean
isDeployResources()
boolean
isEnabled()
void
setDeploymentName(java.lang.String deploymentName)
void
setDeployResources(boolean deployResources)
void
setEnabled(boolean enabled)
void
setResourceLocation(java.lang.String resourceLocation)
void
setResourceSuffixes(java.util.List<java.lang.String> resourceSuffixes)
-
Constructor Details
-
FlowableFormProperties
public FlowableFormProperties()
-
-
Method Details
-
getDeploymentName
public java.lang.String getDeploymentName() -
setDeploymentName
public void setDeploymentName(java.lang.String deploymentName) -
getResourceLocation
public java.lang.String getResourceLocation() -
setResourceLocation
public void setResourceLocation(java.lang.String resourceLocation) -
getResourceSuffixes
public java.util.List<java.lang.String> getResourceSuffixes() -
setResourceSuffixes
public void setResourceSuffixes(java.util.List<java.lang.String> resourceSuffixes) -
isDeployResources
public boolean isDeployResources() -
setDeployResources
public void setDeployResources(boolean deployResources) -
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean enabled) -
getServlet
-