Class FlowableAppProperties

java.lang.Object
org.flowable.spring.boot.app.FlowableAppProperties

@ConfigurationProperties(prefix="flowable.app") public class FlowableAppProperties extends Object
Author:
Tijs Rademakers
  • Constructor Details

    • FlowableAppProperties

      public FlowableAppProperties()
  • Method Details

    • getServlet

      public FlowableServlet getServlet()
    • getResourceLocation

      public String getResourceLocation()
    • setResourceLocation

      public void setResourceLocation(String resourceLocation)
    • getResourceSuffixes

      public List<String> getResourceSuffixes()
    • setResourceSuffixes

      public void setResourceSuffixes(List<String> resourceSuffixes)
    • isDeployResources

      public boolean isDeployResources()
    • setDeployResources

      public void setDeployResources(boolean deployResources)
    • isEnabled

      public boolean isEnabled()
    • setEnabled

      public void setEnabled(boolean enabled)