@ConfigurationProperties(prefix="flowable.form") public class FlowableFormProperties extends Object
| Constructor and Description |
|---|
FlowableFormProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDeploymentName() |
String |
getResourceLocation() |
List<String> |
getResourceSuffixes() |
FlowableServlet |
getServlet() |
boolean |
isDeployResources() |
boolean |
isEnabled() |
void |
setDeploymentName(String deploymentName) |
void |
setDeployResources(boolean deployResources) |
void |
setEnabled(boolean enabled) |
void |
setResourceLocation(String resourceLocation) |
void |
setResourceSuffixes(List<String> resourceSuffixes) |
public String getDeploymentName()
public void setDeploymentName(String deploymentName)
public String getResourceLocation()
public void setResourceLocation(String resourceLocation)
public boolean isDeployResources()
public void setDeployResources(boolean deployResources)
public boolean isEnabled()
public void setEnabled(boolean enabled)
public FlowableServlet getServlet()
Copyright © 2021 Flowable. All rights reserved.