Package org.flowable.spring.boot.app
Class FlowableAppProperties
- java.lang.Object
-
- org.flowable.spring.boot.app.FlowableAppProperties
-
@ConfigurationProperties(prefix="flowable.app") public class FlowableAppProperties extends Object
- Author:
- Tijs Rademakers
-
-
Constructor Summary
Constructors Constructor Description FlowableAppProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetResourceLocation()List<String>getResourceSuffixes()FlowableServletgetServlet()booleanisDeployResources()booleanisEnabled()voidsetDeployResources(boolean deployResources)voidsetEnabled(boolean enabled)voidsetResourceLocation(String resourceLocation)voidsetResourceSuffixes(List<String> resourceSuffixes)
-
-
-
Method Detail
-
getServlet
public FlowableServlet getServlet()
-
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)
-
-