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